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.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/InternalPlugin.hpp b/src/server/InternalPlugin.hpp
index 043b56cb..59ba6d5a 100644
--- a/src/server/InternalPlugin.hpp
+++ b/src/server/InternalPlugin.hpp
@@ -38,9 +38,9 @@ class BufferFactory;
class InternalPlugin : public PluginImpl
{
public:
- InternalPlugin(URIs& uris,
- const std::string& uri,
- const std::string& symbol);
+ InternalPlugin(URIs& uris,
+ const Raul::URI& uri,
+ const Raul::Symbol& symbol);
NodeImpl* instantiate(BufferFactory& bufs,
const Raul::Symbol& symbol,