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:
parent
7650c85ba5
commit
4f4ddf9733
2 changed files with 8 additions and 14 deletions
|
|
@ -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)
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue