Make menu option for speaker config the same as the window title.
[ardour.git] / gtk2_ardour / region_editor.h
index df9df33fc8723325168bd66f25e1da6e6a3c02ae..9417ddfdd7ef3aa80cb72f8c1d31d7f05292949f 100644 (file)
@@ -48,10 +48,13 @@ namespace ARDOUR {
        class Session;
 }
 
+class ClockGroup;
+
 class RegionEditor : public ArdourDialog
 {
   public:
        RegionEditor (ARDOUR::Session*, boost::shared_ptr<ARDOUR::Region>);
+       virtual ~RegionEditor ();
 
   protected:   
        virtual void region_changed (const PBD::PropertyChange&);
@@ -75,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;