diff options
Diffstat (limited to 'Project/ControlElement.h')
-rw-r--r-- | Project/ControlElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/ControlElement.h b/Project/ControlElement.h index 2a516aa..880dd98 100644 --- a/Project/ControlElement.h +++ b/Project/ControlElement.h @@ -54,7 +54,7 @@ protected: class ControlElement : public Element { public: - ControlElement(); + ControlElement(int id); ~ControlElement(); virtual void StartMove(wxPoint2DDouble position); |