summaryrefslogtreecommitdiffstats
path: root/src/engine/LADSPANode.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/LADSPANode.hpp')
-rw-r--r--src/engine/LADSPANode.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/LADSPANode.hpp b/src/engine/LADSPANode.hpp
index 53d7ad9e..1ca84208 100644
--- a/src/engine/LADSPANode.hpp
+++ b/src/engine/LADSPANode.hpp
@@ -36,7 +36,7 @@ class LADSPANode : public NodeBase
{
public:
LADSPANode(PluginImpl* plugin,
- const string& name,
+ const std::string& name,
bool polyphonic,
PatchImpl* parent,
const LADSPA_Descriptor* descriptor,