aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/parenthesesnode.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-08-28 08:35:33 +0200
committerRenaud G <renaud@rolisteam.org>2015-08-28 08:35:33 +0200
commitda1db7bc2436f94ab288d8da8d98a8209d3d2caa (patch)
tree36ef8347fd70144dbd8bbef7d41365a8c31f1a06 /node/parenthesesnode.cpp
parent41b9202ef9102cb94e5b3fdcf8ce760509abaa49 (diff)
downloadOneRoll-da1db7bc2436f94ab288d8da8d98a8209d3d2caa.tar.gz
OneRoll-da1db7bc2436f94ab288d8da8d98a8209d3d2caa.zip
fix cppcheck issue
Diffstat (limited to 'node/parenthesesnode.cpp')
-rw-r--r--node/parenthesesnode.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/parenthesesnode.cpp b/node/parenthesesnode.cpp
index 2876147..f81fc1c 100644
--- a/node/parenthesesnode.cpp
+++ b/node/parenthesesnode.cpp
@@ -22,6 +22,7 @@
#include "parenthesesnode.h"
ParenthesesNode::ParenthesesNode()
+ : m_internalNode(NULL)
{
}