summaryrefslogtreecommitdiffstats
path: root/ingen/StreamWriter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/StreamWriter.hpp')
-rw-r--r--ingen/StreamWriter.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/StreamWriter.hpp b/ingen/StreamWriter.hpp
index 66a03216..9059ccdc 100644
--- a/ingen/StreamWriter.hpp
+++ b/ingen/StreamWriter.hpp
@@ -23,7 +23,7 @@
#include "ingen/ColorContext.hpp"
#include "ingen/TurtleWriter.hpp"
-namespace Ingen {
+namespace ingen {
class URI;
class URIMap;
@@ -47,6 +47,6 @@ protected:
ColorContext::Color _color;
};
-} // namespace Ingen
+} // namespace ingen
#endif // INGEN_STREAMWRITER_HPP