diff options
Diffstat (limited to 'raul/ArrayStack.hpp')
-rw-r--r-- | raul/ArrayStack.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/raul/ArrayStack.hpp b/raul/ArrayStack.hpp index d472119..5786ce2 100644 --- a/raul/ArrayStack.hpp +++ b/raul/ArrayStack.hpp @@ -27,7 +27,6 @@ namespace Raul { - /** An array that can also be used as a stack (with a fixed maximum size). * \ingroup raul */ @@ -70,7 +69,6 @@ private: size_t _top; // Index of empty element following the top element }; - } // namespace Raul #endif // RAUL_ARRAY_HPP |