diff options
Diffstat (limited to 'src/server/PatchPlugin.hpp')
-rw-r--r-- | src/server/PatchPlugin.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/PatchPlugin.hpp b/src/server/PatchPlugin.hpp index 8f5ca07a..860ddd78 100644 --- a/src/server/PatchPlugin.hpp +++ b/src/server/PatchPlugin.hpp @@ -32,7 +32,7 @@ class NodeImpl; class PatchPlugin : public PluginImpl { public: - PatchPlugin(Shared::URIs& uris, + PatchPlugin(URIs& uris, const std::string& uri, const std::string& symbol, const std::string& name) |