summaryrefslogtreecommitdiffstats
path: root/ingen/Configuration.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Configuration.hpp')
-rw-r--r--ingen/Configuration.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/Configuration.hpp b/ingen/Configuration.hpp
index 0f9b3a02..65b08529 100644
--- a/ingen/Configuration.hpp
+++ b/ingen/Configuration.hpp
@@ -28,7 +28,7 @@
#include "lv2/urid/urid.h"
#include "raul/Exception.hpp"
-namespace Ingen {
+namespace ingen {
class FilePath;
class Forge;
@@ -155,6 +155,6 @@ private:
size_t _max_name_length;
};
-} // namespace Ingen
+} // namespace ingen
#endif // INGEN_CONFIGURATION_HPP