mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Windows DLL: Fix warning
This commit is contained in:
parent
9da424a663
commit
6e96ad1f68
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ namespace juce
|
|||
|
||||
@tags{Audio}
|
||||
*/
|
||||
struct HostedAudioProcessorParameter : public AudioProcessorParameter
|
||||
struct JUCE_API HostedAudioProcessorParameter : public AudioProcessorParameter
|
||||
{
|
||||
using AudioProcessorParameter::AudioProcessorParameter;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue