You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
872B

  1. diff --git a/modules/juce_events/messages/juce_MessageManager.h b/modules/juce_events/messages/juce_MessageManager.h
  2. index ae7231101..fff5b9794 100644
  3. --- a/modules/juce_events/messages/juce_MessageManager.h
  4. +++ b/modules/juce_events/messages/juce_MessageManager.h
  5. @@ -311,6 +311,7 @@ public:
  6. // Internal methods - do not use!
  7. void deliverBroadcastMessage (const String&);
  8. ~MessageManager() noexcept;
  9. + static bool dispatchNextMessageOnSystemQueue (bool returnIfNoPendingMessages);
  10. #endif
  11. private:
  12. @@ -333,7 +334,6 @@ private:
  13. static void* exitModalLoopCallback (void*);
  14. static void doPlatformSpecificInitialisation();
  15. static void doPlatformSpecificShutdown();
  16. - static bool dispatchNextMessageOnSystemQueue (bool returnIfNoPendingMessages);
  17. JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MessageManager)
  18. };