'libs/ardour' - Compiler specific includes and includes
[ardour.git] / gtk2_ardour / region_editor.h
index 66f0f6226d81aee1bc3b8350852a7e8f77025144..6579182282b7f6a2f8b4ed42f3d95698f39a7a2a 100644 (file)
@@ -48,15 +48,17 @@ namespace ARDOUR {
        class Session;
 }
 
+class ClockGroup;
+
 class RegionEditor : public ArdourDialog
 {
   public:
        RegionEditor (ARDOUR::Session*, boost::shared_ptr<ARDOUR::Region>);
-       virtual ~RegionEditor () {}
+       virtual ~RegionEditor ();
 
-  protected:   
+  protected:
        virtual void region_changed (const PBD::PropertyChange&);
-       
+
        Gtk::Table _table;
        int _table_row;
 
@@ -76,6 +78,8 @@ class RegionEditor : public ArdourDialog
        Gtk::Label sync_absolute_label;
        Gtk::Label start_label;
 
+        ClockGroup* _clock_group;
+
        AudioClock position_clock;
        AudioClock end_clock;
        AudioClock length_clock;