From f19803bc64885bcfaef15cfd7a8139c28d3dd506 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Sat, 8 Apr 2017 16:31:25 -0300 Subject: Control editor export under implementation File handling --- Project/Sum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/Sum.h') diff --git a/Project/Sum.h b/Project/Sum.h index 30bfb4e..a99067e 100644 --- a/Project/Sum.h +++ b/Project/Sum.h @@ -9,7 +9,7 @@ class Sum : public ControlElement { public: enum Signal { SIGNAL_POSITIVE = 0, SIGNAL_NEGATIVE }; - Sum(); + Sum(int id); ~Sum(); virtual void Draw(wxPoint2DDouble translation, double scale) const; -- cgit