summaryrefslogtreecommitdiffstats
path: root/src/ColorContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ColorContext.cpp')
-rw-r--r--src/ColorContext.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ColorContext.cpp b/src/ColorContext.cpp
index 23b568f1..9794e8ce 100644
--- a/src/ColorContext.cpp
+++ b/src/ColorContext.cpp
@@ -23,7 +23,7 @@
inline int isatty(int fd) { return 0; }
#endif
-namespace Ingen {
+namespace ingen {
ColorContext::ColorContext(FILE* stream, Color color)
: _stream(stream)
@@ -41,4 +41,4 @@ ColorContext::~ColorContext()
}
}
-} // namespace Ingen
+} // namespace ingen