X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fselection.h;h=959690b95dc8e909d06bdf70da7d1bb606093a61;hb=9218ccb3b2717d58a98c098fc6810f5bf39999f2;hp=daa81ab1d694d56c6fc822f1cf41c29d7435d14a;hpb=cc82fc675b096c3dfec76d0c45671b78c85007cf;p=ardour.git diff --git a/gtk2_ardour/selection.h b/gtk2_ardour/selection.h index daa81ab1d6..959690b95d 100644 --- a/gtk2_ardour/selection.h +++ b/gtk2_ardour/selection.h @@ -113,10 +113,10 @@ class Selection : public sigc::trackable, public PBD::ScopedConnectionList void dump_region_layers(); - bool selected (TimeAxisView*); - bool selected (RegionView*); - bool selected (ArdourMarker*); - bool selected (ControlPoint*); + bool selected (TimeAxisView*) const; + bool selected (RegionView*) const; + bool selected (ArdourMarker*) const; + bool selected (ControlPoint*) const; void set (std::list const &); void add (std::list const &);