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:
parent
d3ec87c4a9
commit
32bc00871d
4 changed files with 21 additions and 16 deletions
|
|
@ -1150,6 +1150,8 @@ struct GraphDocumentComponent::PluginListBoxModel : public ListBoxModel,
|
|||
#if JUCE_IOS
|
||||
std::unique_ptr<AUScanner> scanner;
|
||||
#endif
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE (PluginListBoxModel)
|
||||
};
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue