aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/result
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 /result
parent41b9202ef9102cb94e5b3fdcf8ce760509abaa49 (diff)
downloadOneRoll-da1db7bc2436f94ab288d8da8d98a8209d3d2caa.tar.gz
OneRoll-da1db7bc2436f94ab288d8da8d98a8209d3d2caa.zip
fix cppcheck issue
Diffstat (limited to 'result')
-rw-r--r--result/result.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/result/result.cpp b/result/result.cpp
index 257045c..161cfea 100644
--- a/result/result.cpp
+++ b/result/result.cpp
@@ -22,7 +22,7 @@
#include "result.h"
Result::Result()
- : m_previous(NULL)
+ : m_previous(NULL),m_resultTypes(STRING)
{
}