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 3504730f..e969a4b0 100644 --- a/src/server/PatchPlugin.hpp +++ b/src/server/PatchPlugin.hpp @@ -34,7 +34,7 @@ class PatchPlugin : public PluginImpl { public: PatchPlugin( - Shared::LV2URIMap& uris, + Shared::URIs& uris, const std::string& uri, const std::string& symbol, const std::string& name) |