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 DrawableButton;
|
||||
|
||||
#if JUCE_COMPILER_SUPPORTS_INITIALIZER_LISTS
|
||||
class FlexBox;
|
||||
#if JUCE_COMPILER_SUPPORTS_INITIALIZER_LISTS
|
||||
class FlexBox;
|
||||
#if JUCE_HAS_CONSTEXPR
|
||||
class Grid;
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
#include "mouse/juce_MouseCursor.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue