summaryrefslogtreecommitdiffstats
path: root/src/client/PluginModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/PluginModel.cpp')
-rw-r--r--src/client/PluginModel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/PluginModel.cpp b/src/client/PluginModel.cpp
index 6b7ec4c8..7198235a 100644
--- a/src/client/PluginModel.cpp
+++ b/src/client/PluginModel.cpp
@@ -51,7 +51,7 @@ PluginModel::PluginModel(const string& uri, const string& type_uri)
string
-PluginModel::default_node_symbol()
+PluginModel::default_node_symbol() const
{
return Raul::Path::nameify(symbol());
}
@@ -79,7 +79,7 @@ PluginModel::human_name()
string
-PluginModel::port_human_name(uint32_t index)
+PluginModel::port_human_name(uint32_t index) const
{
#ifdef HAVE_SLV2
if (_slv2_plugin) {