summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_selection.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-01-18 16:45:29 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-01-18 16:45:29 +0000
commitf4fe4d36b1db9d5c267273e2f772e9d6b3746d1c (patch)
tree5db9198b964c506244cfe1096d94898fa5ae7426 /gtk2_ardour/region_selection.h
parent058911a1d8b4262518771343e0a26a70469e1d57 (diff)
more games with selection
git-svn-id: svn://localhost/ardour2/trunk@1360 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/region_selection.h')
-rw-r--r--gtk2_ardour/region_selection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/region_selection.h b/gtk2_ardour/region_selection.h
index 2ccf347835..6b5ae9c0fb 100644
--- a/gtk2_ardour/region_selection.h
+++ b/gtk2_ardour/region_selection.h
@@ -37,7 +37,7 @@ class RegionSelection : public std::list<RegionView*>, public sigc::trackable
RegionSelection& operator= (const RegionSelection&);
- void add (RegionView*);
+ bool add (RegionView*);
bool remove (RegionView*);
void sort_by_position_and_track ();