From f83e287c774398bda3bb0b7bdc7f46d70b4f4401 Mon Sep 17 00:00:00 2001 From: waken <33921191+mc373906408@users.noreply.github.com> Date: Thu, 23 May 2024 17:36:56 +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=20(#3567)?= 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(); }