summaryrefslogtreecommitdiffstats
path: root/ingen/ClashAvoider.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/ClashAvoider.hpp')
-rw-r--r--ingen/ClashAvoider.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/ClashAvoider.hpp b/ingen/ClashAvoider.hpp
index 069c8fef..23656349 100644
--- a/ingen/ClashAvoider.hpp
+++ b/ingen/ClashAvoider.hpp
@@ -22,7 +22,7 @@
#include "ingen/ingen.h"
#include "raul/Path.hpp"
-namespace Ingen {
+namespace ingen {
class Store;
class URI;
@@ -50,6 +50,6 @@ private:
SymbolMap _symbol_map;
};
-} // namespace Ingen
+} // namespace ingen
#endif // INGEN_CLASHAVOIDER_HPP