aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/groupnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'node/groupnode.h')
-rw-r--r--node/groupnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/groupnode.h b/node/groupnode.h
index 64a13ef..4c1b74c 100644
--- a/node/groupnode.h
+++ b/node/groupnode.h
@@ -38,7 +38,7 @@ public:
void setExceptedValue(qint64 exceptedValue);
private:
- qint64 m_exceptedValue;
+ qint64 m_exceptedValue = 0;
};
/**