diff options
Diffstat (limited to 'Project/SyncMachineForm.h')
-rw-r--r-- | Project/SyncMachineForm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/SyncMachineForm.h b/Project/SyncMachineForm.h index 05ddcc3..518d16c 100644 --- a/Project/SyncMachineForm.h +++ b/Project/SyncMachineForm.h @@ -26,6 +26,6 @@ class SyncMachineForm : public SyncMachineFormBase SyncGenerator* m_syncGenerator = NULL; SyncMotor* m_syncMotor = NULL; - wxWindow* m_parent; + wxWindow* m_parent = NULL; }; #endif // SYNCMACHINEFORM_H |