From 1c3b7fe2f88d9abf13699a3ed2ff80e227dfa4b0 Mon Sep 17 00:00:00 2001 From: Julian Storer Date: Mon, 16 Nov 2009 15:23:11 +0000 Subject: [PATCH] Added missing file from last commit --- juce_amalgamated.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juce_amalgamated.cpp b/juce_amalgamated.cpp index 05cdc9ea67..99a50a279f 100644 --- a/juce_amalgamated.cpp +++ b/juce_amalgamated.cpp @@ -253515,7 +253515,7 @@ void MessageManager::doPlatformSpecificShutdown() } } -bool juce_postMessageToSystemQueue (Message* message) +bool juce_postMessageToSystemQueue (void* message) { if (errorCondition) return false;