make that status-bar error change actually compile
[ardour.git] / gtk2_ardour / axis_view.cc
index e69fdf0540fe48611585b3b6e661e2ff8797b1db..66388dd4f61c6eb383eb672f3f5efce73d96b9ce 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #include <cstdlib>
@@ -49,6 +48,7 @@ AxisView::AxisView (ARDOUR::Session& sess) : _session(sess)
 {
        _selected = false;
        _marked_for_display = true;
+       _old_order_key = 0;
 }
 
 AxisView::~AxisView()