summaryrefslogtreecommitdiffstats
path: root/src/engine/InternalPlugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/InternalPlugin.hpp')
-rw-r--r--src/engine/InternalPlugin.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/InternalPlugin.hpp b/src/engine/InternalPlugin.hpp
index 5ae908db..a58c827b 100644
--- a/src/engine/InternalPlugin.hpp
+++ b/src/engine/InternalPlugin.hpp
@@ -56,10 +56,10 @@ public:
Ingen::PatchImpl* parent,
Engine& engine);
- const string symbol() const { return _symbol; }
+ const std::string symbol() const { return _symbol; }
private:
- const string _symbol;
+ const std::string _symbol;
};