summaryrefslogtreecommitdiffstats
path: root/Project/FileHanding.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/FileHanding.h')
-rw-r--r--Project/FileHanding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/FileHanding.h b/Project/FileHanding.h
index ba95177..4546f15 100644
--- a/Project/FileHanding.h
+++ b/Project/FileHanding.h
@@ -27,7 +27,7 @@ public:
bool OpenProject(wxFileName path);
protected:
- Workspace* m_workspace;
+ Workspace* m_workspace = NULL;
rapidxml::xml_node<>* AppendNode(rapidxml::xml_document<>& doc,
rapidxml::xml_node<>* parentNode,