aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--result.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/result.cpp b/result.cpp
index e74369c..c868c86 100644
--- a/result.cpp
+++ b/result.cpp
@@ -1,6 +1,7 @@
#include "result.h"
Result::Result()
+ : m_previous(NULL)
{
}