From 6a1ce7d1ee5e6f20aa011fe994341d9d79ac35ea Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 1 Aug 2020 14:28:50 +0200 Subject: Make member functions const or static where possible --- src/client/PluginModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client') diff --git a/src/client/PluginModel.cpp b/src/client/PluginModel.cpp index 744bdb7d..517bed70 100644 --- a/src/client/PluginModel.cpp +++ b/src/client/PluginModel.cpp @@ -274,7 +274,7 @@ link(const std::string& addr, bool html) } std::string -PluginModel::get_documentation(const LilvNode* subject, bool html) const +PluginModel::get_documentation(const LilvNode* subject, bool html) { std::string doc; -- cgit v1.2.1