From 58e59b8db0784edba50f82cccd3a4ca1e979dd8b Mon Sep 17 00:00:00 2001 From: achingbrain Date: Tue, 14 Jan 2025 16:42:11 +0100 Subject: [PATCH] chore: fix windows --- include/rtc/global.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rtc/global.hpp b/include/rtc/global.hpp index 2c5a73fe6..37f0c0236 100644 --- a/include/rtc/global.hpp +++ b/include/rtc/global.hpp @@ -34,7 +34,7 @@ RTC_CPP_EXPORT void InitLogger(LogLevel level, LogCallback callback = nullptr); RTC_CPP_EXPORT void Preload(); RTC_CPP_EXPORT std::shared_future Cleanup(); -RTC_CPP_EXPORT struct UnhandledStunRequest { +struct UnhandledStunRequest { optional localUfrag; optional remoteUfrag; std::string address;