Fixed uninitialized variable.

This commit is contained in:
Gunnar Beutner 2012-07-13 09:59:26 +02:00
parent 94d7c3a031
commit 2450504382

View File

@ -34,6 +34,7 @@ boost::thread::id Application::m_MainThreadID;
* Constructor for the Application class. * Constructor for the Application class.
*/ */
Application::Application(void) Application::Application(void)
: m_PidFile(NULL)
{ {
#ifdef _WIN32 #ifdef _WIN32
WSADATA wsaData; WSADATA wsaData;