summaryrefslogtreecommitdiffstats
path: root/ganv/Port.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-05 01:02:23 +0000
committerDavid Robillard <d@drobilla.net>2012-04-05 01:02:23 +0000
commit6b7c00c28c5557fabaf6d16e44b8b870bd95e501 (patch)
treecc1d5b4cff38603ceba0fb6f6bf60de1b4530007 /ganv/Port.hpp
parent791587fe9408856a658e5780f0dc5b9231f6c021 (diff)
downloadganv-6b7c00c28c5557fabaf6d16e44b8b870bd95e501.tar.gz
ganv-6b7c00c28c5557fabaf6d16e44b8b870bd95e501.tar.bz2
ganv-6b7c00c28c5557fabaf6d16e44b8b870bd95e501.zip
Remove use of Glibmm variant wrapper which is inexplicably recent (fix #827).
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4142 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ganv/Port.hpp')
-rw-r--r--ganv/Port.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ganv/Port.hpp b/ganv/Port.hpp
index 6da655b..fdb3bf3 100644
--- a/ganv/Port.hpp
+++ b/ganv/Port.hpp
@@ -21,7 +21,6 @@
#include <string>
#include <gdkmm/types.h>
-#include <glibmm/variant.h>
#include "ganv/canvas-base.h"
#include "ganv/Box.hpp"
@@ -61,7 +60,7 @@ public:
METHOD1(ganv_port, set_control_min, float, min)
METHOD1(ganv_port, set_control_max, float, max)
- sigc::signal<void, const Glib::VariantBase&> signal_value_changed;
+ sigc::signal<void, GVariant*> signal_value_changed;
Module* get_module() const;