diff options
| author | 2014-01-14 18:46:49 +0100 | |
|---|---|---|
| committer | 2014-01-14 18:46:49 +0100 | |
| commit | aafb141a168fac070b2fa81d16b62006bb2dfb7a (patch) | |
| tree | 5fd96b06b414d7e4ed6d1676a485eb014a08c09e /result.cpp | |
| parent | 71fb338e86d678dab130e6b1c69e71b455087daf (diff) | |
| download | OneRoll-aafb141a168fac070b2fa81d16b62006bb2dfb7a.tar.gz OneRoll-aafb141a168fac070b2fa81d16b62006bb2dfb7a.zip | |
Update result.cpp
pointer to null
Diffstat (limited to 'result.cpp')
| -rw-r--r-- | result.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #include "result.h" Result::Result() + : m_previous(NULL) { } |