Fix yet another oversight for the windows icon file update
[ardour.git] / gtk2_ardour / main_clock.h
index 1e4cd9506c3082a3d25c3dba6496d1a06cd7e3b8..28cc98850652f75f6c9e9a3802f5a0572f8635f7 100644 (file)
@@ -30,6 +30,7 @@ class MainClock : public AudioClock
 public:
        MainClock (const std::string& clock_name, const std::string& widget_name, bool primary);
        framepos_t absolute_time () const;
+       void set_session (ARDOUR::Session *s);
 
 private:
 
@@ -42,8 +43,6 @@ private:
        void insert_new_tempo ();
        void insert_new_meter ();
        bool _primary;
-
-       bool on_button_press_event (GdkEventButton *ev);
 };
 
 #endif // __gtk_ardour_main_clock_h__