Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing RTC_OBJC_TYPE macros #100

Merged
merged 13 commits into from
Oct 11, 2023
Prev Previous commit
Next Next commit
revert prefix
  • Loading branch information
hiroshihorie committed Oct 5, 2023
commit a9c44c24c7d2cbe5c23046cdd7db67c22649ea30
2 changes: 1 addition & 1 deletion sdk/objc/base/RTCMacros.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
//
// This macro must only be defined here and not on via compiler flag to
// ensure it has a unique value.
#define RTC_OBJC_TYPE_PREFIX LK_
#define RTC_OBJC_TYPE_PREFIX

// RCT_OBJC_TYPE
//
Expand Down