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/05/24 01:00:44 UTC

git commit: fixed another mistake

Updated Branches:
  refs/heads/master 713d9e7d9 -> f8948fb0b


fixed another mistake


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

Branch: refs/heads/master
Commit: f8948fb0bc2f89a8e41ae3c2f3c05474523dce06
Parents: 713d9e7
Author: Steven Gill <st...@gmail.com>
Authored: Thu May 23 16:00:39 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu May 23 16:00:39 2013 -0700

----------------------------------------------------------------------
 src/ios/CDVCamera.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/f8948fb0/src/ios/CDVCamera.m
----------------------------------------------------------------------
diff --git a/src/ios/CDVCamera.m b/src/ios/CDVCamera.m
index 2b769ba..343d250 100644
--- a/src/ios/CDVCamera.m
+++ b/src/ios/CDVCamera.m
@@ -20,7 +20,7 @@
 #import "CDVCamera.h"
 #import "CDVJpegHeaderWriter.h"
 #import <Cordova/NSArray+Comparisons.h>
-#import <CordovaNSData+Base64.h>
+#import <Cordova/NSData+Base64.h>
 #import <Cordova/NSDictionary+Extensions.h>
 #import <ImageIO/CGImageProperties.h>
 #import <AssetsLibrary/ALAssetRepresentation.h>