Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 922A310E92 for ; Thu, 2 Jan 2014 15:26:31 +0000 (UTC) Received: (qmail 58217 invoked by uid 500); 2 Jan 2014 15:26:31 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 58145 invoked by uid 500); 2 Jan 2014 15:26:26 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 58138 invoked by uid 99); 2 Jan 2014 15:26:25 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jan 2014 15:26:25 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5664E911D42; Thu, 2 Jan 2014 15:26:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: CB-4696 Fix compile error for Xcode 4.5. Date: Thu, 2 Jan 2014 15:26:25 +0000 (UTC) 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 Authored: Thu Jan 2 10:25:40 2014 -0500 Committer: Andrew Grieve 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 /*