X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fselectable.h;h=2ffac879291d46ea4767a564e22cdf4dbf71a3c6;hb=7aa5ada0e07e13387ddac42b22d7da80a1c0b717;hp=ca316c6450e8a62127de41109351781e96db4909;hpb=bb457bb960c5bd7ed538f9d31477293415739f68;p=ardour.git diff --git a/gtk2_ardour/selectable.h b/gtk2_ardour/selectable.h index ca316c6450..2ffac87929 100644 --- a/gtk2_ardour/selectable.h +++ b/gtk2_ardour/selectable.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2004 Paul Davis + Copyright (C) 2004 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -37,7 +37,7 @@ class Selectable : public virtual sigc::trackable } } - bool get_selected() const { + virtual bool selected() const { return _selected; }