diff options
Diffstat (limited to 'src/server/PatchPlugin.hpp')
-rw-r--r-- | src/server/PatchPlugin.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/PatchPlugin.hpp b/src/server/PatchPlugin.hpp index fc5d808f..ba1cfa40 100644 --- a/src/server/PatchPlugin.hpp +++ b/src/server/PatchPlugin.hpp @@ -32,10 +32,10 @@ class NodeImpl; class PatchPlugin : public PluginImpl { public: - PatchPlugin(URIs& uris, - const std::string& uri, - const std::string& symbol, - const std::string& name) + PatchPlugin(URIs& uris, + const Raul::URI& uri, + const Raul::Symbol& symbol, + const std::string& name) : PluginImpl(uris, Plugin::Patch, uri) {} |