You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by na...@apache.org on 2014/04/28 23:27:55 UTC

[11/34] git commit: CB-4696 Fix compile error for Xcode 4.5.

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/48e583a4
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/48e583a4
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/48e583a4

Branch: refs/heads/dev
Commit: 48e583a4a59d60f27e0dc209f62fe8665c1b3a4a
Parents: 2e3649d
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Jan 2 10:25:40 2014 -0500
Committer: Archana Naik <na...@lab126.com>
Committed: Thu Mar 20 16:28:54 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/48e583a4/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
 
 /*