mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -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 );
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue