You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/06/04 20:25:49 UTC

git commit: Fix compiler warning about symbol in interface not matching implementation

Repository: cordova-plugin-file
Updated Branches:
  refs/heads/master db2685862 -> 78122dffe


Fix compiler warning about symbol in interface not matching implementation


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/78122dff
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/78122dff
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/78122dff

Branch: refs/heads/master
Commit: 78122dffe745fd736667e99be762c3e6745a62ac
Parents: db26858
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Jun 4 14:22:41 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Jun 4 14:25:45 2014 -0400

----------------------------------------------------------------------
 src/ios/CDVFile.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/78122dff/src/ios/CDVFile.h
----------------------------------------------------------------------
diff --git a/src/ios/CDVFile.h b/src/ios/CDVFile.h
index 490d552..ccd5b01 100644
--- a/src/ios/CDVFile.h
+++ b/src/ios/CDVFile.h
@@ -99,7 +99,7 @@ typedef int CDVFileError;
 }
 
 - (NSNumber*)checkFreeDiskSpace:(NSString*)appPath;
-- (NSDictionary*)makeEntryForPath:(NSString*)fullPath isDirectory:(BOOL)isDir;
+- (NSDictionary*)makeEntryForPath:(NSString*)fullPath fileSystemName:(NSString *)fsName isDirectory:(BOOL)isDir
 - (NSDictionary *)makeEntryForURL:(NSURL *)URL;
 - (CDVFilesystemURL *)fileSystemURLforLocalPath:(NSString *)localPath;