summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.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/NodeModule.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/NodeModule.hpp')
-rw-r--r--src/gui/NodeModule.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/NodeModule.hpp b/src/gui/NodeModule.hpp
index c0cf3ec5..0c579d27 100644
--- a/src/gui/NodeModule.hpp
+++ b/src/gui/NodeModule.hpp
@@ -76,7 +76,7 @@ protected:
void embed_gui(bool embed);
bool popup_gui();
void on_gui_window_close();
- void set_selected(bool b);
+ void set_selected(gboolean b);
void rename();
void property_changed(const Raul::URI& predicate, const Raul::Atom& value);