diff options
Diffstat (limited to 'raul/Array.hpp')
-rw-r--r-- | raul/Array.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/raul/Array.hpp b/raul/Array.hpp index dc7ebb9..43a2477 100644 --- a/raul/Array.hpp +++ b/raul/Array.hpp @@ -25,7 +25,6 @@ namespace Raul { - /** An array. * * Has a stack-like push_back(), but is NOT a resizeable array (the size given @@ -101,7 +100,6 @@ private: T* _elems; }; - } // namespace Raul #endif // RAUL_ARRAY_HPP |