Browse Source

GCC 4.6 compatibility: different Containers::EnumSet template.

Vladimír Vondruš 12 years ago
parent
commit
ca249c66fe
  1. 2
      src/Magnum/Context.h

2
src/Magnum/Context.h

@ -201,7 +201,7 @@ class MAGNUM_EXPORT Context {
*
* @see @ref detectedDriver()
*/
typedef Containers::EnumSet<DetectedDriver> DetectedDrivers;
typedef Containers::EnumSet<DetectedDriver, UnsignedShort> DetectedDrivers;
/**
* @brief Constructor

Loading…
Cancel
Save