summaryrefslogtreecommitdiffstats
path: root/Project/TextForm.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-01-05 19:37:42 -0200
committerGitHub <noreply@github.com>2017-01-05 19:37:42 -0200
commit9df133274802731220546d1f9383c213193c8413 (patch)
tree9c6e2fa2a45d6c6c4c14d8711b2b89066bfb37d7 /Project/TextForm.h
parentc5343c718cf80620c2fc7452a4315f7ddb9e5826 (diff)
parentb6f96ca48bc156898df79deba63d270b393fb150 (diff)
downloadPSP.git-9df133274802731220546d1f9383c213193c8413.tar.gz
PSP.git-9df133274802731220546d1f9383c213193c8413.tar.xz
PSP.git-9df133274802731220546d1f9383c213193c8413.zip
Merge pull request #5 from Thales1330/opt/element-parent-search
Opt element parent search
Diffstat (limited to 'Project/TextForm.h')
-rw-r--r--Project/TextForm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Project/TextForm.h b/Project/TextForm.h
index a24d90e..069c0e4 100644
--- a/Project/TextForm.h
+++ b/Project/TextForm.h
@@ -32,9 +32,9 @@ protected:
virtual void OnToBusChoiceSelected(wxCommandEvent& event);
virtual void OnTypeChoiceSelected(wxCommandEvent& event);
- Text* m_text;
- Text* m_textToEdit;
- wxWindow* m_parent;
+ Text* m_text = NULL;
+ Text* m_textToEdit = NULL;
+ wxWindow* m_parent = NULL;
ElectricCalculation m_allElements;
double m_systemPowerBase;
};