Explicit type as requested by Cyril

This commit is contained in:
Gioacchino Mazzurco 2020-04-06 17:37:28 +02:00
parent b701ca8da3
commit 0c3fd6f27c
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -395,7 +395,7 @@ JsonApiServer::JsonApiServer(): configMutex("JsonApiServer config"),
} );
};
auto retval = rsEvents->registerEventsHandler(
std::error_condition retval = rsEvents->registerEventsHandler(
multiCallback, hId, eventType );
{