mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-01 03:10:06 +00:00
Fixed a compile error when a precompiler variable is not set
This commit is contained in:
parent
70a830be4b
commit
5a0a17fc72
2 changed files with 1 additions and 3 deletions
|
|
@ -144,6 +144,7 @@ void ReportingThreadContainer::changeListenerCallback (ChangeBroadcaster*)
|
|||
//==============================================================================
|
||||
JUCESplashScreen::JUCESplashScreen (Component& parent)
|
||||
{
|
||||
ignoreUnused (hasStartedFading);
|
||||
ignoreUnused (parent);
|
||||
|
||||
#if JUCE_REPORT_APP_USAGE
|
||||
|
|
|
|||
|
|
@ -62,10 +62,7 @@ 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