mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-16 10:30:01 -04:00
Explicit type as requested by Cyril
This commit is contained in:
parent
b701ca8da3
commit
0c3fd6f27c
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ JsonApiServer::JsonApiServer(): configMutex("JsonApiServer config"),
|
||||||
} );
|
} );
|
||||||
};
|
};
|
||||||
|
|
||||||
auto retval = rsEvents->registerEventsHandler(
|
std::error_condition retval = rsEvents->registerEventsHandler(
|
||||||
multiCallback, hId, eventType );
|
multiCallback, hId, eventType );
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue