Fix yet another oversight for the windows icon file update
[ardour.git] / gtk2_ardour / main_clock.h
index 25ddff45a9f07845343611f060b052da69b0ea62..28cc98850652f75f6c9e9a3802f5a0572f8635f7 100644 (file)
@@ -29,6 +29,8 @@ 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:
 
@@ -40,10 +42,7 @@ private:
        void edit_current_meter ();
        void insert_new_tempo ();
        void insert_new_meter ();
-       framepos_t absolute_time () const;
        bool _primary;
-
-       bool on_button_press_event (GdkEventButton *ev);
 };
 
 #endif // __gtk_ardour_main_clock_h__