summaryrefslogtreecommitdiff
path: root/gtk2_ardour/selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/selection.h')
-rw-r--r--gtk2_ardour/selection.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/selection.h b/gtk2_ardour/selection.h
index 3a6e7ff3ae..ca678fd832 100644
--- a/gtk2_ardour/selection.h
+++ b/gtk2_ardour/selection.h
@@ -108,9 +108,9 @@ class Selection : public sigc::trackable, public PBD::ScopedConnectionList
bool selected (RegionView*);
bool selected (Marker*);
- void set (std::list<Selectable*>&);
- void add (std::list<Selectable*>&);
- void toggle (std::list<Selectable*>&);
+ void set (std::list<Selectable*> const &);
+ void add (std::list<Selectable*> const &);
+ void toggle (std::list<Selectable*> const &);
void set (TimeAxisView*);
void set (const TrackViewList&);