Fix build on other platforms
This commit is contained in:
parent
839df0ee5a
commit
a883d3d50d
2 changed files with 3 additions and 1 deletions
|
@ -63,7 +63,7 @@ using InAppTransactionCallback =
|
|||
*
|
||||
* @param transaction - The transaction to pass to the callback.
|
||||
*/
|
||||
- (void)runCallback:(NSArray<SKPaymentTransaction*>*)transactions {
|
||||
- (void)runCallback:(NSArray*)transactions {
|
||||
// Convert the transaction.
|
||||
std::vector<in_app_purchase::Transaction> converted;
|
||||
converted.reserve([transactions count]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue