iOS compile fixes.

This commit is contained in:
Aren Villanueva
2015-11-16 11:07:21 +11:00
parent 00d79a6d6c
commit 402c24ec8b
9 changed files with 25 additions and 7 deletions
+2
View File
@@ -56,6 +56,8 @@
#import "Appirater.h"
#endif
Error _shell_open(String);
Error _shell_open(String p_uri) {
NSString* url = [[NSString alloc] initWithUTF8String:p_uri.utf8().get_data()];