summaryrefslogtreecommitdiffstats
path: root/Project/SwitchingForm.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/SwitchingForm.h')
-rw-r--r--Project/SwitchingForm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/SwitchingForm.h b/Project/SwitchingForm.h
index df539e6..15146d9 100644
--- a/Project/SwitchingForm.h
+++ b/Project/SwitchingForm.h
@@ -48,6 +48,6 @@ class SwitchingForm : public SwitchingFormBase
int m_maxID = 0;
- PowerElement* m_element = NULL;
+ PowerElement* m_element = nullptr;
};
#endif // SWITCHINGFORM_H