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:
parent
99748f0ba8
commit
3e7a111922
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue