aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Database/MySQLConnection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/shared/Database/MySQLConnection.cpp')
-rw-r--r--src/server/shared/Database/MySQLConnection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/shared/Database/MySQLConnection.cpp b/src/server/shared/Database/MySQLConnection.cpp
index 6da629b395e..9fe720bf1d1 100644
--- a/src/server/shared/Database/MySQLConnection.cpp
+++ b/src/server/shared/Database/MySQLConnection.cpp
@@ -31,9 +31,9 @@
#include "Timer.h"
MySQLConnection::MySQLConnection() :
-m_Mysql(NULL),
+m_queue(NULL),
m_worker(NULL),
-m_queue(NULL)
+m_Mysql(NULL)
{
}