aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/headers/Stick.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/headers/Stick.hpp')
-rw-r--r--src/main/headers/Stick.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/headers/Stick.hpp b/src/main/headers/Stick.hpp
index 724e36d..6421560 100644
--- a/src/main/headers/Stick.hpp
+++ b/src/main/headers/Stick.hpp
@@ -6,7 +6,7 @@
class Stick : public Item
{
public:
- Stick(const std::string &name);
+ Stick(const std::string &name, int maxUses);
bool use(Actor &user, Actor &actor);
protected: