Browse Source

GCC 4.5 compatibility: no forward enum declarations.

Vladimír Vondruš 13 years ago
parent
commit
2ea41f4f4f
  1. 4
      src/Text/Text.h

4
src/Text/Text.h

@ -30,6 +30,8 @@
#include "Types.h"
#include <corradeConfigure.h>
#include "magnumConfigure.h"
namespace Magnum { namespace Text {
@ -40,7 +42,9 @@ class AbstractLayouter;
class DistanceFieldGlyphCache;
class GlyphCache;
#ifndef CORRADE_GCC45_COMPATIBILITY
enum class Alignment: UnsignedByte;
#endif
class AbstractRenderer;
template<UnsignedInt> class Renderer;

Loading…
Cancel
Save