fixed compilation error in gcc 4.6

This commit is contained in:
orignal 2014-01-31 07:32:34 -05:00
parent 1ac95d102a
commit 8d98722b46
4 changed files with 18 additions and 17 deletions

View file

@ -95,7 +95,7 @@ namespace data
std::map<IdentHash, RequestedDestination *> m_RequestedDestinations;
bool m_IsRunning;
int m_reseedRetries = 0;
int m_ReseedRetries;
std::thread * m_Thread;
i2p::util::Queue<I2NPMessage> m_Queue; // of I2NPDatabaseStoreMsg
};