summaryrefslogtreecommitdiffstats
path: root/ingen/FilePath.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/FilePath.hpp')
-rw-r--r--ingen/FilePath.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/FilePath.hpp b/ingen/FilePath.hpp
index 6bdd6044..c174f15b 100644
--- a/ingen/FilePath.hpp
+++ b/ingen/FilePath.hpp
@@ -27,7 +27,7 @@
#define USE_WINDOWS_FILE_PATHS 1
#endif
-namespace Ingen {
+namespace ingen {
/** A path to a file.
*
@@ -118,6 +118,6 @@ operator<<(std::basic_ostream<Char, Traits>& os, const FilePath& path)
return os << path.string();
}
-} // namespace Ingen
+} // namespace ingen
#endif // INGEN_FILE_PATH_HPP