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/16 03:04:21 UTC

git commit: updated reference in CDVCompass.m

Updated Branches:
  refs/heads/master 361bbb104 -> 0c1b24328


updated reference in CDVCompass.m


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/commit/0c1b2432
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/0c1b2432
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/0c1b2432

Branch: refs/heads/master
Commit: 0c1b24328c572634c8e8f4fb2a478eef2bc79c0e
Parents: 361bbb1
Author: Steven Gill <st...@gmail.com>
Authored: Wed May 15 18:04:14 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed May 15 18:04:14 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/0c1b2432/src/ios/CDVCompass.m
----------------------------------------------------------------------
diff --git a/src/ios/CDVCompass.m b/src/ios/CDVCompass.m
index 4d2a4c9..794b46b 100644
--- a/src/ios/CDVCompass.m
+++ b/src/ios/CDVCompass.m
@@ -18,7 +18,7 @@
  */
 
 #import "CDVCompass.h"
-#import "NSArray+Comparisons.h"
+#import <Cordova/NSArray+Comparisons.h> 
 
 #pragma mark Constants