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.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/server/InternalPlugin.hpp b/src/server/InternalPlugin.hpp
index 5b390bf9..79669420 100644
--- a/src/server/InternalPlugin.hpp
+++ b/src/server/InternalPlugin.hpp
@@ -38,8 +38,9 @@ class BufferFactory;
class InternalPlugin : public PluginImpl
{
public:
- InternalPlugin(Shared::URIs& uris,
- const std::string& uri, const std::string& symbol);
+ InternalPlugin(Shared::URIs& uris,
+ const std::string& uri,
+ const std::string& symbol);
NodeImpl* instantiate(BufferFactory& bufs,
const std::string& name,