1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

AU Client: Use ScopedJuceInitialiser_GUI to ensure the MessageManager exists

This makes the AU Client compatible with other classes also using the
ScopedJuceInitialiser_GUI, specifically the ARADocumentController.
This commit is contained in:
attila 2023-12-12 12:04:36 +01:00
parent 7650c85ba5
commit 4f4ddf9733
2 changed files with 8 additions and 14 deletions

View file

@ -74,6 +74,9 @@ public:
/** The destructor simply calls shutdownJuce_GUI(). */
~ScopedJuceInitialiser_GUI();
JUCE_DECLARE_NON_COPYABLE (ScopedJuceInitialiser_GUI)
JUCE_DECLARE_NON_MOVEABLE (ScopedJuceInitialiser_GUI)
};