1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Avoided an unused member variable warning

This commit is contained in:
jules 2017-05-02 12:34:32 +01:00
parent 99748f0ba8
commit 3e7a111922

View file

@ -62,7 +62,10 @@ private:
ScopedPointer<Drawable> content;
CriticalSection appUsageReporting;
ComponentAnimator fader;
#if JUCE_DISPLAY_SPLASH_SCREEN
bool hasStartedFading = false;
#endif
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (JUCESplashScreen)
};