summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/region_selection.h')
-rw-r--r--gtk2_ardour/region_selection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/region_selection.h b/gtk2_ardour/region_selection.h
index e3bf60ee96..433f92e336 100644
--- a/gtk2_ardour/region_selection.h
+++ b/gtk2_ardour/region_selection.h
@@ -36,7 +36,7 @@ class TimeAxisView;
*/
class RegionSelection : public std::list<RegionView*>
{
- public:
+public:
RegionSelection();
RegionSelection (const RegionSelection&);
@@ -69,7 +69,7 @@ class RegionSelection : public std::list<RegionView*>
ARDOUR::RegionList regionlist () const;
- private:
+private:
void remove_it (RegionView*);
void add_to_layer (RegionView *);