diff --git a/common/webview_handler.cc b/common/webview_handler.cc index 59b3e81..c3348fc 100644 --- a/common/webview_handler.cc +++ b/common/webview_handler.cc @@ -22,8 +22,8 @@ #include // std::to_string fails for ints on Ubuntu 24.04: -// webview_handler.cc:83:86: error: no matching function for call to 'to_string' -// webview_handler.cc:564:24: error: no matching function for call to 'to_string' +// webview_handler.cc:86:86: error: no matching function for call to 'to_string' +// webview_handler.cc:567:24: error: no matching function for call to 'to_string' namespace stringpatch { template < typename T > std::string to_string( const T& n )