From f53d79f0afd39d47f173530c59a00eb16b12bcba Mon Sep 17 00:00:00 2001 From: Joseph Heenan Date: Sun, 5 Jun 2016 12:45:58 +0100 Subject: iOS: Replace char * with NSString in ObjC APIs What is effectively our external API on iOS would be expected to use NSString rather than char *. --- platform/ios/Classes/MuDocumentController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/ios/Classes/MuDocumentController.h') diff --git a/platform/ios/Classes/MuDocumentController.h b/platform/ios/Classes/MuDocumentController.h index 8a905536..887c248e 100644 --- a/platform/ios/Classes/MuDocumentController.h +++ b/platform/ios/Classes/MuDocumentController.h @@ -25,7 +25,7 @@ enum }; @interface MuDocumentController : UIViewController -- (id) initWithFilename: (NSString*)nsfilename path:(char *)cstr document:(MuDocRef *)aDoc; +- (id) initWithFilename: (NSString*)nsfilename path:(NSString *)path document:(MuDocRef *)aDoc; - (void) createPageView: (int)number; - (void) gotoPage: (int)number animated: (BOOL)animated; - (void) onShowOutline: (id)sender; -- cgit v1.2.3