summaryrefslogtreecommitdiffstats
path: root/ingen/client/PluginModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/client/PluginModel.hpp')
-rw-r--r--ingen/client/PluginModel.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/client/PluginModel.hpp b/ingen/client/PluginModel.hpp
index 381d289b..97fbd2a0 100644
--- a/ingen/client/PluginModel.hpp
+++ b/ingen/client/PluginModel.hpp
@@ -62,7 +62,7 @@ public:
: "http://www.w3.org/2002/07/owl#Nothing");
}
- virtual const Atom& get_property(const URI& key) const;
+ const Atom& get_property(const URI& key) const override;
Raul::Symbol default_block_symbol() const;
std::string human_name() const;