mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-06 04:00:08 +00:00
Fixed some warnings caught by -pedantic_warnings
This commit is contained in:
parent
b9261dd8a9
commit
fdc04d2d2c
25 changed files with 35 additions and 32 deletions
|
|
@ -332,7 +332,7 @@ private:
|
|||
demoComponent->setUsingPool (result == 2);
|
||||
}
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MultithreadingDemo);
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MultithreadingDemo)
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue