From e695d928ea75ef25dae2f9a3874636c745658246 Mon Sep 17 00:00:00 2001 From: Waken Date: Thu, 23 May 2024 16:03:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DC++17=E6=96=B0=E5=BA=93std::v?= =?UTF-8?q?ariant=E5=AF=BC=E8=87=B4=E7=9A=84=E7=BC=96=E8=AF=91=E5=87=BA?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/WebApi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/WebApi.cpp b/server/WebApi.cpp index 988b55b5..be1f7a96 100755 --- a/server/WebApi.cpp +++ b/server/WebApi.cpp @@ -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(); }