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/01/02 16:26:25 UTC

git commit: CB-4696 Fix compile error for Xcode 4.5.

Updated Branches:
  refs/heads/dev 3278c3c92 -> 57670fe18


CB-4696 Fix compile error for Xcode 4.5.


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

Branch: refs/heads/dev
Commit: 57670fe18a84a8b505e335a6d0a2098f4f467905
Parents: 3278c3c
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Jan 2 10:25:40 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Jan 2 10:25:40 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/57670fe1/src/ios/CDVNotification.m
----------------------------------------------------------------------
diff --git a/src/ios/CDVNotification.m b/src/ios/CDVNotification.m
index d49abbd..58c04f0 100644
--- a/src/ios/CDVNotification.m
+++ b/src/ios/CDVNotification.m
@@ -24,6 +24,8 @@
 #define DIALOG_TYPE_ALERT @"alert"
 #define DIALOG_TYPE_PROMPT @"prompt"
 
+static void soundCompletionCallback(SystemSoundID ssid, void* data);
+
 @implementation CDVNotification
 
 /*