summaryrefslogtreecommitdiffstats
path: root/src/client/PatchModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/PatchModel.cpp')
-rw-r--r--src/client/PatchModel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/PatchModel.cpp b/src/client/PatchModel.cpp
index bdffed43..b64b9e50 100644
--- a/src/client/PatchModel.cpp
+++ b/src/client/PatchModel.cpp
@@ -170,9 +170,9 @@ PatchModel::enabled() const
void
-PatchModel::set_variable(const Raul::URI& key, const Atom& value)
+PatchModel::set_meta_property(const Raul::URI& key, const Atom& value)
{
- NodeModel::set_variable(key, value);
+ NodeModel::set_meta_property(key, value);
if (key.str() == "ingen:polyphony")
_poly = value.get_int32();
}