summaryrefslogtreecommitdiff
path: root/src/game/DecorationTool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/DecorationTool.h')
-rw-r--r--src/game/DecorationTool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/DecorationTool.h b/src/game/DecorationTool.h
index c45eca3..be79e6b 100644
--- a/src/game/DecorationTool.h
+++ b/src/game/DecorationTool.h
@@ -16,8 +16,8 @@ public:
unsigned char Blue;
unsigned char Alpha;
- DecorationTool(ToolType decoMode_, string name, int r, int g, int b):
- Tool(0, name, r, g, b),
+ DecorationTool(ToolType decoMode_, string name, string description, int r, int g, int b):
+ Tool(0, name, description, r, g, b),
decoMode(decoMode_),
Red(0),
Green(0),