fix compiler warning
authorRobin Gareus <robin@gareus.org>
Mon, 29 Jul 2013 17:43:19 +0000 (19:43 +0200)
committerRobin Gareus <robin@gareus.org>
Mon, 29 Jul 2013 17:43:19 +0000 (19:43 +0200)
gtk2_ardour/level_meter.cc

index 2de28ff384021f12c493817e955ebd3026f0b306..6f977e1f33fc9e06d03c01491a21a8aa357052dc 100644 (file)
@@ -44,8 +44,8 @@ using namespace Gtk;
 using namespace std;
 
 LevelMeterBase::LevelMeterBase (Session* s, PBD::EventLoop::InvalidationRecord* ir, FastMeter::Orientation o)
-       : _meter (0)
-       , parent_invalidator(ir)
+       : parent_invalidator(ir)
+       , _meter (0)
        , _meter_orientation(o)
        , meter_length (0)
        , thin_meter_width(2)