summaryrefslogtreecommitdiffstats
path: root/ingen/URI.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/URI.hpp')
-rw-r--r--ingen/URI.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/URI.hpp b/ingen/URI.hpp
index 3c6d38d1..128155e7 100644
--- a/ingen/URI.hpp
+++ b/ingen/URI.hpp
@@ -27,7 +27,7 @@
#include "serd/serd.h"
#include "sord/sordmm.hpp"
-namespace Ingen {
+namespace ingen {
class INGEN_API URI
{
@@ -155,6 +155,6 @@ operator<<(std::basic_ostream<Char, Traits>& os, const URI& uri)
return os << uri.string();
}
-} // namespace Ingen
+} // namespace ingen
#endif // INGEN_URI_HPP