summaryrefslogtreecommitdiffstats
path: root/Project/FileHanding.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/FileHanding.cpp')
-rw-r--r--Project/FileHanding.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/FileHanding.cpp b/Project/FileHanding.cpp
index 44acf7b..c9987ed 100644
--- a/Project/FileHanding.cpp
+++ b/Project/FileHanding.cpp
@@ -938,7 +938,7 @@ bool FileHanding::OpenControlElements(rapidxml::xml_document<>& doc,
if(connectionListNode) {
auto connNode = connectionListNode->first_node("Connection");
while(connNode) {
- ConnectionLine* cLine = NULL;
+ ConnectionLine* cLine = nullptr;
int id = XMLParser::GetAttributeValueInt(connNode, "ID");
auto cadPropNode = connNode->first_node("CADProperties");