summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-01-04 04:37:14 +0000
committerDavid Robillard <d@drobilla.net>2014-01-04 04:37:14 +0000
commit39fd0894a1402f23ce4b5243ec595764aa11625c (patch)
treecb08507d5cf0193d907d0514dbd407b297d866ad /src/gui/Port.hpp
parentbcc0b2d27797d07bf48de1b3a03dea7f878cb2b6 (diff)
downloadingen-39fd0894a1402f23ce4b5243ec595764aa11625c.tar.gz
ingen-39fd0894a1402f23ce4b5243ec595764aa11625c.tar.bz2
ingen-39fd0894a1402f23ce4b5243ec595764aa11625c.zip
Fix documentation pane.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5256 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/Port.hpp')
-rw-r--r--src/gui/Port.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp
index 16fc5cde..24cddd4e 100644
--- a/src/gui/Port.hpp
+++ b/src/gui/Port.hpp
@@ -64,7 +64,7 @@ public:
void activity(const Atom& value);
void disconnected_from(SPtr<Client::PortModel> port);
- void set_selected(gboolean b);
+ bool on_selected(gboolean b);
private:
Port(App& app,