summaryrefslogtreecommitdiffstats
path: root/src/Configuration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Configuration.cpp')
-rw-r--r--src/Configuration.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Configuration.cpp b/src/Configuration.cpp
index c797cf93..c05c516e 100644
--- a/src/Configuration.cpp
+++ b/src/Configuration.cpp
@@ -30,7 +30,7 @@
#include "sord/sordmm.hpp"
#include "sratom/sratom.h"
-namespace Ingen {
+namespace ingen {
Configuration::Configuration(Forge& forge)
: _forge(forge)
@@ -383,4 +383,4 @@ Configuration::set(const std::string& long_name, const Atom& value)
return false;
}
-} // namespace Ingen
+} // namespace ingen