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

Windows: Fixed some compilation errors and warnings when building the AudioPluginHost in VS2013

This commit is contained in:
ed 2019-05-20 10:22:08 +01:00
parent d3ec87c4a9
commit 32bc00871d
4 changed files with 21 additions and 16 deletions

View file

@ -1150,6 +1150,8 @@ struct GraphDocumentComponent::PluginListBoxModel : public ListBoxModel,
#if JUCE_IOS
std::unique_ptr<AUScanner> scanner;
#endif
JUCE_DECLARE_NON_COPYABLE (PluginListBoxModel)
};
//==============================================================================