globally remove all trailing whitespace from ardour code base.
[ardour.git] / gtk2_ardour / editor_summary.h
index f2e4eb08c40e3519434dca7ce6a8137dcfc95d88..e95406f9784fab093bbb47d2c4c94bbd7f2dde4a 100644 (file)
@@ -44,6 +44,7 @@ public:
        void routes_added (std::list<RouteTimeAxisView*> const &);
 
 private:
+       void parameter_changed (std::string);
        void on_size_allocate (Gtk::Allocation& alloc);
 
        enum Position {
@@ -60,7 +61,7 @@ private:
                TO_LEFT_OR_RIGHT,
                OTHERWISE_OUTSIDE
        };
-      
+
        void on_size_request (Gtk::Requisition *);
        bool on_button_press_event (GdkEventButton *);
        bool on_button_release_event (GdkEventButton *);
@@ -68,8 +69,8 @@ private:
        bool on_scroll_event (GdkEventScroll *);
         bool on_key_press_event (GdkEventKey*);
         bool on_key_release_event (GdkEventKey*);
-        bool on_enter_notify_event (GdkEventCrossing*); 
-        bool on_leave_notify_event (GdkEventCrossing*); 
+        bool on_enter_notify_event (GdkEventCrossing*);
+        bool on_leave_notify_event (GdkEventCrossing*);
 
        void centre_on_click (GdkEventButton *);
        void render (cairo_t *, cairo_rectangle_t*);