summaryrefslogtreecommitdiffstats
path: root/ingen/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/types.hpp')
-rw-r--r--ingen/types.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/types.hpp b/ingen/types.hpp
index 7cd1c386..5e0d7506 100644
--- a/ingen/types.hpp
+++ b/ingen/types.hpp
@@ -22,7 +22,7 @@
#include "raul/Maid.hpp"
-namespace Ingen {
+namespace ingen {
template <class T>
void NullDeleter(T* ptr) {}
@@ -57,6 +57,6 @@ SPtr<T> const_ptr_cast(const SPtr<U>& r) {
return std::const_pointer_cast<T>(r);
}
-} // namespace Ingen
+} // namespace ingen
#endif // INGEN_TYPES_HPP