summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchPortModule.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-02-04 19:34:35 +0000
committerDavid Robillard <d@drobilla.net>2010-02-04 19:34:35 +0000
commit4d60d565d99eb06360251ee06f1af094811656e3 (patch)
tree061cbee74ba739dc44c85f54c6eef901ea7a90a9 /src/gui/PatchPortModule.hpp
parent02b16c6c80b4dd2d52fe3f34a800fef67e31611b (diff)
downloadingen-4d60d565d99eb06360251ee06f1af094811656e3.tar.gz
ingen-4d60d565d99eb06360251ee06f1af094811656e3.tar.bz2
ingen-4d60d565d99eb06360251ee06f1af094811656e3.zip
Consistent name (property_changed) for ObjectModel::signal_property handlers.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2426 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 6659864a..26da87d8 100644
--- a/src/gui/PatchPortModule.hpp
+++ b/src/gui/PatchPortModule.hpp
@@ -69,7 +69,7 @@ protected:
void set_port(SharedPtr<Port> port) { _port = port; }
- void set_property(const Raul::URI& predicate, const Raul::Atom& value);
+ void property_changed(const Raul::URI& predicate, const Raul::Atom& value);
SharedPtr<PortModel> _model;
SharedPtr<Port> _port;