summaryrefslogtreecommitdiffstats
path: root/ingen/ColorContext.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/ColorContext.hpp')
-rw-r--r--ingen/ColorContext.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/ColorContext.hpp b/ingen/ColorContext.hpp
index 81e0e062..46e291a3 100644
--- a/ingen/ColorContext.hpp
+++ b/ingen/ColorContext.hpp
@@ -19,7 +19,7 @@
#include <cstdio>
-namespace Ingen {
+namespace ingen {
class ColorContext {
public:
@@ -32,6 +32,6 @@ private:
FILE* _stream;
};
-} // namespace Ingen
+} // namespace ingen
#endif // INGEN_COLORCONTEXT_HPP