summaryrefslogtreecommitdiff
path: root/src/client/Client.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-17 16:02:02 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-17 16:02:02 (GMT)
commitd24e439a1e885216eafdee087a6090d5f899004f (patch)
treeddb9932587064a0c527fb087ea66e4752d71445e /src/client/Client.cpp
parentb835861519f5a636e040cde209d090468dd0517b (diff)
downloadpowder-d24e439a1e885216eafdee087a6090d5f899004f.zip
powder-d24e439a1e885216eafdee087a6090d5f899004f.tar.gz
Red error, ensure residual actiondata is not read for RichLabel
Diffstat (limited to 'src/client/Client.cpp')
-rw-r--r--src/client/Client.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/Client.cpp b/src/client/Client.cpp
index 4d08f14..ea9c639 100644
--- a/src/client/Client.cpp
+++ b/src/client/Client.cpp
@@ -58,7 +58,8 @@ extern "C"
Client::Client():
authUser(0, ""),
updateAvailable(false),
- versionCheckRequest(NULL)
+ versionCheckRequest(NULL),
+ messageOfTheDay("")
{
int i = 0;
for(i = 0; i < THUMB_CACHE_SIZE; i++)