1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 04:04:16 +00:00

fixed crash at startup

This commit is contained in:
orignal 2014-12-07 12:54:35 -05:00
parent 9dbd5a583a
commit e89938e9df

View File

@ -142,8 +142,8 @@ namespace util
private: private:
volatile bool m_IsRunning; volatile bool m_IsRunning;
std::thread m_Thread;
OnEmpty m_OnEmpty; OnEmpty m_OnEmpty;
std::thread m_Thread;
}; };
} }
} }