diff options
Diffstat (limited to 'include/raul/Deletable.hpp')
-rw-r--r-- | include/raul/Deletable.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/raul/Deletable.hpp b/include/raul/Deletable.hpp index 39262c8..e8f33bc 100644 --- a/include/raul/Deletable.hpp +++ b/include/raul/Deletable.hpp @@ -16,7 +16,7 @@ #ifndef RAUL_DELETABLE_HPP #define RAUL_DELETABLE_HPP -namespace Raul { +namespace raul { /** Something with a virtual destructor. * @@ -36,6 +36,6 @@ public: virtual ~Deletable() = default; }; -} // namespace Raul +} // namespace raul #endif // RAUL_DELETABLE_HPP |