mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Compile fix for the plugin host in MSVC
This commit is contained in:
parent
9c82572dca
commit
f04f16e60b
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ public:
|
|||
bool moreThanOneInstanceAllowed() { return true; }
|
||||
|
||||
ApplicationCommandManager commandManager;
|
||||
ScopedPointer<ApplicationProperties> appProperties = nullptr;
|
||||
ScopedPointer<ApplicationProperties> appProperties;
|
||||
|
||||
private:
|
||||
ScopedPointer<MainHostWindow> mainWindow;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue