1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-04 03:40:07 +00:00

Cleanup: Fix some warnings

This commit is contained in:
reuk 2020-04-26 20:22:30 +01:00 committed by reuk
parent 702940301c
commit b7e4099cd5
3 changed files with 5 additions and 4 deletions

View file

@ -19,8 +19,6 @@
#include <JuceHeader.h>
#include "MainComponent.h"
Component* createMainContentComponent();
//==============================================================================
class AudioPerformanceTestApplication : public JUCEApplication
{