diff options
Diffstat (limited to 'Project/Constant.h')
-rw-r--r-- | Project/Constant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Constant.h b/Project/Constant.h index b193a7a..9868627 100644 --- a/Project/Constant.h +++ b/Project/Constant.h @@ -11,7 +11,7 @@ class ConstantForm; class Constant : public ControlElement { public: - Constant(); + Constant(int id); ~Constant(); virtual void Draw(wxPoint2DDouble translation, double scale) const; |