From 675f5943a160ed9d5d5aa59f73b7c3f46c4d4511 Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 5 Aug 2016 15:20:28 +0100 Subject: [PATCH] fixed silly typo --- modules/juce_gui_basics/windows/juce_AlertWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_gui_basics/windows/juce_AlertWindow.cpp b/modules/juce_gui_basics/windows/juce_AlertWindow.cpp index f7caadc98e..0e02c30c1b 100644 --- a/modules/juce_gui_basics/windows/juce_AlertWindow.cpp +++ b/modules/juce_gui_basics/windows/juce_AlertWindow.cpp @@ -593,7 +593,7 @@ private: jassert (alertBox != nullptr); // you have to return one of these! - alertBox->setAlwaysOnTop (juce_areThereAnyAlwaysOnTopWindows); + alertBox->setAlwaysOnTop (juce_areThereAnyAlwaysOnTopWindows()); #if JUCE_MODAL_LOOPS_PERMITTED if (modal)