summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/PatchPortModule.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/gui/PatchPortModule.hpp')
-rw-r--r--src/libs/gui/PatchPortModule.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/gui/PatchPortModule.hpp b/src/libs/gui/PatchPortModule.hpp
index 8f3a3fc6..c9c5625d 100644
--- a/src/libs/gui/PatchPortModule.hpp
+++ b/src/libs/gui/PatchPortModule.hpp
@@ -62,7 +62,7 @@ public:
protected:
PatchPortModule(boost::shared_ptr<PatchCanvas> canvas, SharedPtr<PortModel> port);
- void metadata_update(const string& key, const Raul::Atom& value);
+ void variable_change(const string& key, const Raul::Atom& value);
void create_menu();
SharedPtr<PortModel> _port;