diff options
Diffstat (limited to 'include/raul/Noncopyable.hpp')
-rw-r--r-- | include/raul/Noncopyable.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/raul/Noncopyable.hpp b/include/raul/Noncopyable.hpp index 6cfd0ed..f5aadbb 100644 --- a/include/raul/Noncopyable.hpp +++ b/include/raul/Noncopyable.hpp @@ -16,7 +16,7 @@ #ifndef RAUL_NONCOPYABLE_HPP #define RAUL_NONCOPYABLE_HPP -namespace Raul { +namespace raul { class Noncopyable { @@ -32,6 +32,6 @@ protected: ~Noncopyable() = default; }; -} // namespace Raul +} // namespace raul #endif // RAUL_NONCOPYABLE_HPP |