diff options
Diffstat (limited to 'include/raul/Exception.hpp')
-rw-r--r-- | include/raul/Exception.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/raul/Exception.hpp b/include/raul/Exception.hpp index 919ece2..595800f 100644 --- a/include/raul/Exception.hpp +++ b/include/raul/Exception.hpp @@ -20,7 +20,7 @@ #include <string> #include <utility> -namespace Raul { +namespace raul { /** An exception (unexpected error). */ class Exception : public std::exception @@ -38,6 +38,6 @@ private: const std::string _what; }; -} // namespace Raul +} // namespace raul #endif // RAUL_EXCEPTION_HPP |