1
0
Fork 0
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:
jules 2015-09-15 10:42:09 +01:00
parent b9261dd8a9
commit fdc04d2d2c
25 changed files with 35 additions and 32 deletions

View file

@ -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)
};