mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Avoided a confusing error with Grid when using old compilers
This commit is contained in:
parent
0f6cfda823
commit
3a937b75a0
1 changed files with 4 additions and 2 deletions
|
|
@ -156,10 +156,12 @@ namespace juce
|
||||||
class ApplicationCommandManagerListener;
|
class ApplicationCommandManagerListener;
|
||||||
class DrawableButton;
|
class DrawableButton;
|
||||||
|
|
||||||
#if JUCE_COMPILER_SUPPORTS_INITIALIZER_LISTS
|
#if JUCE_COMPILER_SUPPORTS_INITIALIZER_LISTS
|
||||||
class FlexBox;
|
class FlexBox;
|
||||||
|
#if JUCE_HAS_CONSTEXPR
|
||||||
class Grid;
|
class Grid;
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "mouse/juce_MouseCursor.h"
|
#include "mouse/juce_MouseCursor.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue