summaryrefslogtreecommitdiffstats
path: root/ingen/Atom.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Atom.hpp')
-rw-r--r--ingen/Atom.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/Atom.hpp b/ingen/Atom.hpp
index 222023bc..86528ea1 100644
--- a/ingen/Atom.hpp
+++ b/ingen/Atom.hpp
@@ -27,7 +27,7 @@
#include "lv2/atom/atom.h"
#include "lv2/urid/urid.h"
-namespace Ingen {
+namespace ingen {
/**
A generic typed data container.
@@ -173,6 +173,6 @@ private:
} _body;
};
-} // namespace Ingen
+} // namespace ingen
#endif // INGEN_ATOM_HPP