# HG changeset patch
# User sheepluva
# Date 1370439720 -7200
# Node ID 9330bacf2569520efa8aa630eb39768913c6eb9f
# Parent  07f3bf8d98a3c5648bdd37e83de66e743fa8bd65
fix last remaining warning in frontend

diff -r 07f3bf8d98a3 -r 9330bacf2569 QTfrontend/ui/widget/chatwidget.cpp
--- 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;