diff options
author | David Robillard <d@drobilla.net> | 2018-09-23 17:31:12 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-09-23 17:31:12 +0200 |
commit | 394b01da8e26dbe1b6a0520944d954ca0b16b1b5 (patch) | |
tree | 1c079badda98cb366d72d59aabcb68fcc38760cf /ingen/runtime_paths.hpp | |
parent | 367f7c57028ce05f3d765fed678a64ad54a73312 (diff) | |
download | ingen-394b01da8e26dbe1b6a0520944d954ca0b16b1b5.tar.gz ingen-394b01da8e26dbe1b6a0520944d954ca0b16b1b5.tar.bz2 ingen-394b01da8e26dbe1b6a0520944d954ca0b16b1b5.zip |
Use lowercase namespace names
Diffstat (limited to 'ingen/runtime_paths.hpp')
-rw-r--r-- | ingen/runtime_paths.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/runtime_paths.hpp b/ingen/runtime_paths.hpp index 1a8bc2c2..361ab6af 100644 --- a/ingen/runtime_paths.hpp +++ b/ingen/runtime_paths.hpp @@ -23,7 +23,7 @@ #include "ingen/ingen.h" #include "ingen/FilePath.hpp" -namespace Ingen { +namespace ingen { extern const char search_path_separator; @@ -37,6 +37,6 @@ INGEN_API FilePath ingen_module_path(const std::string& name, FilePath dir={}); INGEN_API FilePath user_config_dir(); INGEN_API std::vector<FilePath> system_config_dirs(); -} // namespace Ingen +} // namespace ingen #endif // INGEN_RUNTIME_PATHS_HPP |