summaryrefslogtreecommitdiffstats
path: root/src/server/InternalPlugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/InternalPlugin.hpp')
-rw-r--r--src/server/InternalPlugin.hpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/server/InternalPlugin.hpp b/src/server/InternalPlugin.hpp
index 5c89e3c0..043b56cb 100644
--- a/src/server/InternalPlugin.hpp
+++ b/src/server/InternalPlugin.hpp
@@ -42,16 +42,16 @@ public:
const std::string& uri,
const std::string& symbol);
- NodeImpl* instantiate(BufferFactory& bufs,
- const std::string& name,
- bool polyphonic,
- PatchImpl* parent,
- Engine& engine);
+ NodeImpl* instantiate(BufferFactory& bufs,
+ const Raul::Symbol& symbol,
+ bool polyphonic,
+ PatchImpl* parent,
+ Engine& engine);
- const std::string symbol() const { return _symbol; }
+ const Raul::Symbol symbol() const { return _symbol; }
private:
- const std::string _symbol;
+ const Raul::Symbol _symbol;
};
} // namespace Server