swap deprecated parameter for suggested replacement

master
Zi Ree 2024-07-31 21:03:48 +02:00 committed by GitHub
parent f76b45e729
commit c4595b60f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ void exoFlickrResponse( LLSD const &aData, exoFlickr::response_callback_t aCallb
std::string result;
result.assign( rawData.begin(), rawData.end() );
boost::json::error_code ec;
boost::system::error_code ec;
boost::json::value root = boost::json::parse(result, ec);
if (ec.failed())
{