summaryrefslogtreecommitdiffstats
path: root/Project/Multiplier.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Multiplier.h')
-rw-r--r--Project/Multiplier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Multiplier.h b/Project/Multiplier.h
index bce2694..8a25b23 100644
--- a/Project/Multiplier.h
+++ b/Project/Multiplier.h
@@ -6,7 +6,7 @@
class Multiplier : public ControlElement
{
public:
- Multiplier();
+ Multiplier(int id);
~Multiplier();
virtual void Draw(wxPoint2DDouble translation, double scale) const;