summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchPortModule.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-01 20:19:07 +0000
committerDavid Robillard <d@drobilla.net>2011-12-01 20:19:07 +0000
commitf0a75a3f1d835bc235953d03e1b219bc8d6fcfab (patch)
treee5579036cb58c7086b4f40d09601d449cf9421fe /src/gui/PatchPortModule.hpp
parent3fbbae59dc5f6ea3f610777fa19199a29f48ac91 (diff)
downloadingen-f0a75a3f1d835bc235953d03e1b219bc8d6fcfab.tar.gz
ingen-f0a75a3f1d835bc235953d03e1b219bc8d6fcfab.tar.bz2
ingen-f0a75a3f1d835bc235953d03e1b219bc8d6fcfab.zip
Fix compilation.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3728 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/PatchPortModule.hpp')
-rw-r--r--src/gui/PatchPortModule.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/PatchPortModule.hpp b/src/gui/PatchPortModule.hpp
index 3a180b24..04f70ad1 100644
--- a/src/gui/PatchPortModule.hpp
+++ b/src/gui/PatchPortModule.hpp
@@ -67,7 +67,7 @@ protected:
SharedPtr<const PortModel> model);
bool show_menu(GdkEventButton* ev);
- void set_selected(bool b);
+ void set_selected(gboolean b);
void set_port(Port* port) { _port = port; }