diff options
Diffstat (limited to 'src/gui/Port.hpp')
-rw-r--r-- | src/gui/Port.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp index e63401d5..569090a5 100644 --- a/src/gui/Port.hpp +++ b/src/gui/Port.hpp @@ -60,7 +60,7 @@ public: void value_changed(const Raul::Atom& value); void activity(const Raul::Atom& value); - void set_selected(bool b); + void set_selected(gboolean b); //ArtVpathDash* dash(); |