diff options
Diffstat (limited to 'Project/IOControl.cpp')
-rw-r--r-- | Project/IOControl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/IOControl.cpp b/Project/IOControl.cpp index e3bbb1a..d9ea52e 100644 --- a/Project/IOControl.cpp +++ b/Project/IOControl.cpp @@ -1,7 +1,7 @@ #include "IOControl.h" #include "IOControlForm.h" -IOControl::IOControl(int ioFlags) : ControlElement() +IOControl::IOControl(int ioFlags, int id) : ControlElement(id) { m_ioFlags = ioFlags; |