mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 16:39:29 -05:00
Fix compilation on Windows
This commit is contained in:
parent
7dab487bde
commit
a5cdee6078
@ -117,7 +117,7 @@ void RsEventsService::data_tick()
|
||||
std::chrono::milliseconds(1);
|
||||
|
||||
std::unique_ptr<RsEvent> eventPtr(nullptr);
|
||||
uint futureEventsCounter = 0;
|
||||
size_t futureEventsCounter = 0;
|
||||
|
||||
dispatchEventFromQueueLock:
|
||||
mEventQueueMtx.lock();
|
||||
|
Loading…
Reference in New Issue
Block a user