summaryrefslogtreecommitdiffstats
path: root/src/server/InternalPlugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/InternalPlugin.cpp')
-rw-r--r--src/server/InternalPlugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/InternalPlugin.cpp b/src/server/InternalPlugin.cpp
index 17f6fc70..6529b9c0 100644
--- a/src/server/InternalPlugin.cpp
+++ b/src/server/InternalPlugin.cpp
@@ -30,7 +30,7 @@ namespace Server {
using namespace Internals;
InternalPlugin::InternalPlugin(URIs& uris,
- const Raul::URI& uri,
+ const URI& uri,
const Raul::Symbol& symbol)
: PluginImpl(uris, uris.ingen_Internal.urid, uri)
, _symbol(symbol)