diff options
Diffstat (limited to 'Project/IOControl.h')
-rw-r--r-- | Project/IOControl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |