aboutsummaryrefslogtreecommitdiff
path: root/src/app/stack.hpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-02-18 19:31:03 +0100
committerHampusM <hampus@hampusmat.com>2022-02-18 19:31:03 +0100
commite206dc1cf625f28149c19eb4dfcbf495ef0efbb4 (patch)
treebdcc6152dbce14f27a17b1a33814b0f8e365969f /src/app/stack.hpp
parent3e4d91b6b029374813cfd0900db1fa8984ad7aa3 (diff)
refactor: improve options of all kindsHEADmaster
Diffstat (limited to 'src/app/stack.hpp')
-rw-r--r--src/app/stack.hpp2
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.