summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/LV2Plugin.cpp')
-rw-r--r--src/server/LV2Plugin.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/LV2Plugin.cpp b/src/server/LV2Plugin.cpp
index bc10755a..4b97e9f1 100644
--- a/src/server/LV2Plugin.cpp
+++ b/src/server/LV2Plugin.cpp
@@ -26,8 +26,8 @@
#include "LV2Block.hpp"
#include "LV2Plugin.hpp"
-namespace Ingen {
-namespace Server {
+namespace ingen {
+namespace server {
LV2Plugin::LV2Plugin(World* world, const LilvPlugin* lplugin)
: PluginImpl(world->uris(),
@@ -139,5 +139,5 @@ LV2Plugin::load_presets()
PluginImpl::load_presets();
}
-} // namespace Server
-} // namespace Ingen
+} // namespace server
+} // namespace ingen