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/IOControl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/IOControl.h') diff --git a/Project/IOControl.h b/Project/IOControl.h index e736ac1..7b3f4d0 100644 --- a/Project/IOControl.h +++ b/Project/IOControl.h @@ -20,7 +20,7 @@ class IOControl : public ControlElement OUT_MEC_POWER = 1 << 5 }; - IOControl(int ioFlags); + IOControl(int ioFlags, int id); ~IOControl(); virtual void Draw(wxPoint2DDouble translation, double scale) const; -- cgit