summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/region_editor.h')
-rw-r--r--gtk2_ardour/region_editor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/region_editor.h b/gtk2_ardour/region_editor.h
index 1889731fff..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<ARDOUR::Region>);
virtual ~RegionEditor ();
- protected:
+protected:
virtual void region_changed (const PBD::PropertyChange&);
Gtk::Table _table;
int _table_row;
- private:
+private:
boost::shared_ptr<ARDOUR::Region> _region;
void connect_editor_events ();