Minor fixes

This commit is contained in:
Joshua Granick
2016-09-02 22:41:18 -07:00
parent c046d3d39d
commit 2045024ba5
3 changed files with 5 additions and 3 deletions

View File

@@ -242,7 +242,7 @@ class System {
}
private static function __getDirectory (type:SystemDirectory):String {
@:noCompletion private static function __getDirectory (type:SystemDirectory):String {
#if (lime_cffi && !macro)

View File

@@ -28,7 +28,6 @@ namespace lime {
}
#ifndef OBJC_ARC
[locale release];
[pool drain];
#endif

View File

@@ -25,9 +25,12 @@ namespace lime {
case USER:
searchType = NSUserDirectory;
//searchType = NSUserDirectory;
searchType = NSDocumentDirectory;
break;
default: break;
}
std::wstring* result = 0;