mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
DLL: Fix warnings in Windows DLL build
This commit is contained in:
parent
4b24ccd51f
commit
58652ce490
2 changed files with 3 additions and 1 deletions
|
|
@ -102,6 +102,8 @@ private:
|
|||
}
|
||||
|
||||
Queue<IncomingCommand> queue;
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (BackgroundMessageQueue)
|
||||
};
|
||||
|
||||
struct ConvolutionMessageQueue::Impl : public BackgroundMessageQueue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue