Skip to content

Commit

Permalink
chore: fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jan 14, 2025
1 parent af8f6c8 commit 58e59b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rtc/global.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<void> Cleanup();

RTC_CPP_EXPORT struct UnhandledStunRequest {
struct UnhandledStunRequest {
optional<std::string> localUfrag;
optional<std::string> remoteUfrag;
std::string address;
Expand Down

0 comments on commit 58e59b8

Please sign in to comment.