You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/06/19 01:36:16 UTC

git commit: fixed mistake in ios references

Updated Branches:
  refs/heads/master 5ac7d8473 -> 54684892e


fixed mistake in ios references


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

Branch: refs/heads/master
Commit: 54684892ecedfd8bbcba5a1b62c7547565f8b0fd
Parents: 5ac7d84
Author: Steven Gill <st...@gmail.com>
Authored: Tue Jun 18 16:36:11 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Tue Jun 18 16:36:11 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/54684892/src/ios/CDVFileTransfer.m
----------------------------------------------------------------------
diff --git a/src/ios/CDVFileTransfer.m b/src/ios/CDVFileTransfer.m
index c1ffcc3..92070d1 100644
--- a/src/ios/CDVFileTransfer.m
+++ b/src/ios/CDVFileTransfer.m
@@ -19,7 +19,7 @@
 
 #import <Cordova/CDV.h>
 #import "CDVFileTransfer.h"
-#import "CDVFile"
+#import "CDVFile.h"
 
 #import <AssetsLibrary/ALAsset.h>
 #import <AssetsLibrary/ALAssetRepresentation.h>