diff options
Diffstat (limited to 'include/raul/Symbol.hpp')
-rw-r--r-- | include/raul/Symbol.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/raul/Symbol.hpp b/include/raul/Symbol.hpp index 5794440..10446d0 100644 --- a/include/raul/Symbol.hpp +++ b/include/raul/Symbol.hpp @@ -22,7 +22,7 @@ #include <cstddef> #include <string> -namespace Raul { +namespace raul { /** A restricted string which is a valid C identifier and Path component. * @@ -129,6 +129,6 @@ public: } }; -} // namespace Raul +} // namespace raul #endif // RAUL_SYMBOL_HPP |