(Apple) Build fix for RAModuleInfo.m

This commit is contained in:
twinaphex 2013-10-06 13:58:21 +02:00
parent 8a674d07e9
commit 4e7abfb6ad
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ NSArray* apple_get_modules()
- (bool)supportsFileAtPath:(NSString*)path - (bool)supportsFileAtPath:(NSString*)path
{ {
return does_core_support_file(self.info, path.UTF8String); return core_info_does_support_file(self.info, path.UTF8String);
} }
- (void)createCustomConfig - (void)createCustomConfig