NO-OP: whitespace
[ardour.git] / gtk2_ardour / sys_ex.h
index 47ad523a53059646c3da6d9d20c1ad687ec6c72c..4efcc1f5bd406351c68a8a447105cf1b961db294 100644 (file)
@@ -43,8 +43,9 @@ public:
        void hide ();
        void show ();
 
-        ArdourCanvas::Item& item() const { return *_flag; }
-       ArdourCanvas::Flag* flag() const { return _flag; }
+       void set_height (ArdourCanvas::Distance h) { _flag->set_height (h); }
+
+       ArdourCanvas::Item& item() const { return *_flag; }
 
 private:
        bool event_handler (GdkEvent* ev);