summaryrefslogtreecommitdiffstats
path: root/ingen/URIMap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/URIMap.hpp')
-rw-r--r--ingen/URIMap.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/URIMap.hpp b/ingen/URIMap.hpp
index 0d89b800..1dbb950c 100644
--- a/ingen/URIMap.hpp
+++ b/ingen/URIMap.hpp
@@ -31,7 +31,7 @@
#include "lv2/urid/urid.h"
#include "raul/Noncopyable.hpp"
-namespace Ingen {
+namespace ingen {
class Log;
class Node;
@@ -95,6 +95,6 @@ private:
std::vector<std::string> _unmap;
};
-} // namespace Ingen
+} // namespace ingen
#endif // INGEN_URIMAP_HPP