summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/NodeImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/NodeImpl.hpp')
-rw-r--r--src/libs/engine/NodeImpl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/NodeImpl.hpp b/src/libs/engine/NodeImpl.hpp
index 39692cc9..3c6c95f3 100644
--- a/src/libs/engine/NodeImpl.hpp
+++ b/src/libs/engine/NodeImpl.hpp
@@ -149,7 +149,7 @@ public:
/** Information about the Plugin this Node is an instance of.
* Not the best name - not all nodes come from plugins (ie Patch)
*/
- virtual const PluginImpl* plugin_impl() const = 0;
+ virtual PluginImpl* plugin_impl() const = 0;
/** Information about the Plugin this Node is an instance of.
* Not the best name - not all nodes come from plugins (ie Patch)