From f0a75a3f1d835bc235953d03e1b219bc8d6fcfab Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 1 Dec 2011 20:19:07 +0000 Subject: Fix compilation. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3728 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/NodeModule.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/NodeModule.hpp') 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); -- cgit v1.2.1