Make layer menu items apply to the selection.
[ardour.git] / gtk2_ardour / level_meter.h
index 4b2a0cdbc95948a2dc2ba1faa491038a2786cfb9..6b3c33cac514ff113c6889e25801824a527f0195 100644 (file)
@@ -31,6 +31,7 @@
 #include <gtkmm/drawingarea.h>
 
 #include "ardour/types.h"
+#include "ardour/chan_count.h"
 #include "ardour/session_handle.h"
 
 #include <gtkmm2ext/click_box.h>
@@ -74,13 +75,13 @@ class LevelMeter : public Gtk::HBox, public ARDOUR::SessionHandlePtr
        struct MeterInfo {
            Gtkmm2ext::FastMeter *meter;
            gint16                width;
-               int                               length;
+            int                          length;
            bool                  packed;
 
            MeterInfo() {
                    meter = 0;
                    width = 0;
-                       length = 0;
+                    length = 0;
                    packed = false;
            }
        };