Skip to content

Commit 58e59b8

Browse files
committed
chore: fix windows
1 parent af8f6c8 commit 58e59b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/rtc/global.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RTC_CPP_EXPORT void InitLogger(LogLevel level, LogCallback callback = nullptr);
3434
RTC_CPP_EXPORT void Preload();
3535
RTC_CPP_EXPORT std::shared_future<void> Cleanup();
3636

37-
RTC_CPP_EXPORT struct UnhandledStunRequest {
37+
struct UnhandledStunRequest {
3838
optional<std::string> localUfrag;
3939
optional<std::string> remoteUfrag;
4040
std::string address;

0 commit comments

Comments
 (0)