summaryrefslogtreecommitdiffstats
path: root/Project/LineForm.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/LineForm.h')
-rw-r--r--Project/LineForm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Project/LineForm.h b/Project/LineForm.h
index b2f7373..523e8bb 100644
--- a/Project/LineForm.h
+++ b/Project/LineForm.h
@@ -17,8 +17,8 @@ protected:
virtual void ReplaceStaticTextLabelChar(wxStaticText* staticText, wchar_t newChar);
virtual bool ValidateData();
- wxWindow* m_parent;
- Line* m_line;
+ wxWindow* m_parent = NULL;
+ Line* m_line = NULL;
};
#endif // LINEFORM_H