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/21 06:36:26 UTC

git commit: fixed references

Updated Branches:
  refs/heads/master 562fef94a -> a2b572fb5


fixed references


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

Branch: refs/heads/master
Commit: a2b572fb57a2e168903c6687d389b995c22a4b4a
Parents: 562fef9
Author: Steven Gill <st...@gmail.com>
Authored: Thu Jun 20 21:36:19 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Jun 20 21:36:19 2013 -0700

----------------------------------------------------------------------
 src/ios/CDVSound.m | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/a2b572fb/src/ios/CDVSound.m
----------------------------------------------------------------------
diff --git a/src/ios/CDVSound.m b/src/ios/CDVSound.m
index 7499fea..5e9fd25 100644
--- a/src/ios/CDVSound.m
+++ b/src/ios/CDVSound.m
@@ -18,8 +18,8 @@
  */
 
 #import "CDVSound.h"
-#import <NSArray+Comparisons.h>
-#import <cordova/CDVJSON.h>
+#import <Cordova/NSArray+Comparisons.h>
+#import <Cordova/CDVJSON.h>
 
 #define DOCUMENTS_SCHEME_PREFIX @"documents://"
 #define HTTP_SCHEME_PREFIX @"http://"