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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/PatchModel.cpp b/src/client/PatchModel.cpp
index b79c8edd..c27ff718 100644
--- a/src/client/PatchModel.cpp
+++ b/src/client/PatchModel.cpp
@@ -168,7 +168,7 @@ PatchModel::enabled() const
}
void
-PatchModel::set(const string& key, const Atom& value)
+PatchModel::set_property(const std::string& key, const Atom& value)
{
ResourceImpl::set_property(key, value);
if (key == "ingen:polyphony")