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 <[email protected]> Authored: Thu Jan 2 10:25:40 2014 -0500 Committer: Archana Naik <[email protected]> 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 /*
