mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-30 03:21:34 -04:00
Fix compilation on Windows
This commit is contained in:
parent
7dab487bde
commit
a5cdee6078
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue