diff options
Diffstat (limited to 'src/app/stack.hpp')
-rw-r--r-- | src/app/stack.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/stack.hpp b/src/app/stack.hpp index 11f7405..aec6d5e 100644 --- a/src/app/stack.hpp +++ b/src/app/stack.hpp @@ -15,7 +15,7 @@ public: * * @param capacity The capacity of the stack */ - explicit Stack(uint64_t capacity); + explicit Stack(const uint64_t &capacity); /** * Pushes a item onto the stack. |