QTfrontend/ui/widget/chatwidget.cpp
changeset 9134 9330bacf2569
parent 9080 9b42757d7e71
child 9493 23c674bfa2e2
--- a/QTfrontend/ui/widget/chatwidget.cpp	Wed Jun 05 15:27:00 2013 +0200
+++ b/QTfrontend/ui/widget/chatwidget.cpp	Wed Jun 05 15:42:00 2013 +0200
@@ -176,7 +176,7 @@
     QWidget(parent),
     mainLayout(this)
 {
-    this->gameSettings = gameSettings;
+    this->gameSettings = NULL;
     this->notify = notify;
 
     m_isAdmin = false;