修复C++17新库std::variant导致的编译出错

This commit is contained in:
Waken 2024-05-23 16:03:15 +08:00
parent 47a4543283
commit e695d928ea
1 changed files with 1 additions and 1 deletions

View File

@ -1766,7 +1766,7 @@ void installWebApi() {
, _session_id(std::move(session_id)) {}
~WebRtcArgsImp() override = default;
variant operator[](const string &key) const override {
toolkit::variant operator[](const string &key) const override {
if (key == "url") {
return getUrl();
}