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 142f28bf..dc0c724f 100644
--- a/ingen/client/PluginModel.hpp
+++ b/ingen/client/PluginModel.hpp
@@ -109,7 +109,7 @@ protected:
void add_preset(const URI& uri, const std::string& label);
private:
- std::string get_documentation(const LilvNode* subject, bool html) const;
+ static std::string get_documentation(const LilvNode* subject, bool html);
static Sord::World* _rdf_world;
static LilvWorld* _lilv_world;