Fixed uninitialized variable.

This commit is contained in:
Gunnar Beutner 2012-07-13 09:59:26 +02:00
parent 94d7c3a031
commit 2450504382
1 changed files with 1 additions and 0 deletions

View File

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