From e185c69f0195b2e68d8019418638395d2b2d00b0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 15 Jan 2009 17:41:11 +0000 Subject: Add -Woverloaded-virtual to --strict flags and fix associated problems (notably LV2 message extension). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1920 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/PatchModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/PatchModel.cpp') 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") -- cgit v1.2.1