summaryrefslogtreecommitdiffstats
path: root/ingen/AtomWriter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/AtomWriter.hpp')
-rw-r--r--ingen/AtomWriter.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/AtomWriter.hpp b/ingen/AtomWriter.hpp
index 382bfe32..bb6ab921 100644
--- a/ingen/AtomWriter.hpp
+++ b/ingen/AtomWriter.hpp
@@ -30,7 +30,7 @@
namespace Raul { class Path; }
-namespace Ingen {
+namespace ingen {
class AtomSink;
class URIMap;
@@ -81,6 +81,6 @@ private:
LV2_Atom_Forge _forge;
};
-} // namespace Ingen
+} // namespace ingen
#endif // INGEN_ATOMWRITER_HPP