1
0
Fork 0
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:
jules 2013-06-25 09:05:39 +01:00
parent 9c82572dca
commit f04f16e60b

View file

@ -83,7 +83,7 @@ public:
bool moreThanOneInstanceAllowed() { return true; }
ApplicationCommandManager commandManager;
ScopedPointer<ApplicationProperties> appProperties = nullptr;
ScopedPointer<ApplicationProperties> appProperties;
private:
ScopedPointer<MainHostWindow> mainWindow;