Skip to content

Commit

Permalink
fix build i hope
Browse files Browse the repository at this point in the history
  • Loading branch information
daytime-em committed Jan 16, 2024
1 parent 4dd550e commit 76eb7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MUXSDKStats/MUXSDKStats/MUXSDKPlayerBinding.m
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ - (void)dispatchError {
}

- (void) dispatchError:(nonnull NSString *)code withMessage:(nonnull NSString *)message {
[self dispatchError code withMessage:message withErrorContext:nil];
[self dispatchError code:code withMessage:message withErrorContext:nil];

Check failure on line 890 in MUXSDKStats/MUXSDKStats/MUXSDKPlayerBinding.m

View workflow job for this annotation

GitHub Actions / Build static SDK binary

expected ':'

Check failure on line 890 in MUXSDKStats/MUXSDKStats/MUXSDKPlayerBinding.m

View workflow job for this annotation

GitHub Actions / Run unit tests and build dynamic SDK binary

expected ':'
}

- (void) dispatchError:(nonnull NSString *)code
Expand Down

0 comments on commit 76eb7b4

Please sign in to comment.