summaryrefslogtreecommitdiffstats
path: root/Project/ControlEditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/ControlEditor.h')
-rw-r--r--Project/ControlEditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/ControlEditor.h b/Project/ControlEditor.h
index 3f77422..ee6c670 100644
--- a/Project/ControlEditor.h
+++ b/Project/ControlEditor.h
@@ -121,7 +121,7 @@ class ControlEditor : public ControlEditorBase
MODE_PASTE,
MODE_DRAG_PASTE
};
-
+ ControlEditor(wxWindow* parent) : ControlEditorBase (parent) {}
ControlEditor(wxWindow* parent, wxGLContext* sharedGLContext,
int ioflags = IOControl::IN_TERMINAL_VOLTAGE | IOControl::IN_VELOCITY | IOControl::OUT_FIELD_VOLTAGE |
IOControl::OUT_MEC_POWER);