X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fregion_editor.h;h=aa0098a4ba5f5993b9327e2a62d405cf77e3e9e6;hb=27d2f4950f9eb658f7608be2b4c05eb7ebbf8d84;hp=b584a9b0b8e5bb4e5d92979b8ecfb859c5c5fa83;hpb=9a8ee11f6532c73320f76b10aabec68081c9ebf4;p=ardour.git diff --git a/gtk2_ardour/region_editor.h b/gtk2_ardour/region_editor.h index b584a9b0b8..aa0098a4ba 100644 --- a/gtk2_ardour/region_editor.h +++ b/gtk2_ardour/region_editor.h @@ -51,17 +51,17 @@ class ClockGroup; class RegionEditor : public ArdourDialog { - public: +public: RegionEditor (ARDOUR::Session*, boost::shared_ptr); virtual ~RegionEditor (); - protected: +protected: virtual void region_changed (const PBD::PropertyChange&); Gtk::Table _table; int _table_row; - private: +private: boost::shared_ptr _region; void connect_editor_events (); @@ -77,7 +77,7 @@ class RegionEditor : public ArdourDialog Gtk::Label sync_absolute_label; Gtk::Label start_label; - ClockGroup* _clock_group; + ClockGroup* _clock_group; AudioClock position_clock; AudioClock end_clock;