summaryrefslogtreecommitdiffstats
path: root/Project/LineForm.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2017-01-05 19:31:28 -0200
committerThales1330 <thaleslima.ufu@gmail.com>2017-01-05 19:31:28 -0200
commitb6f96ca48bc156898df79deba63d270b393fb150 (patch)
tree9c6e2fa2a45d6c6c4c14d8711b2b89066bfb37d7 /Project/LineForm.h
parenta1932eec23589ed67d824873b37de3e83a09cd24 (diff)
downloadPSP.git-b6f96ca48bc156898df79deba63d270b393fb150.tar.gz
PSP.git-b6f96ca48bc156898df79deba63d270b393fb150.tar.xz
PSP.git-b6f96ca48bc156898df79deba63d270b393fb150.zip
Text bugs fixed
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