Browse Source

Forgotten enumset operators for Context::DetectedDrivers.

pull/132/head
Vladimír Vondruš 10 years ago
parent
commit
6d067e389f
  1. 2
      src/Magnum/Context.h

2
src/Magnum/Context.h

@ -534,6 +534,8 @@ class MAGNUM_EXPORT Context {
std::vector<std::string> _disabledExtensions;
};
CORRADE_ENUMSET_OPERATORS(Context::DetectedDrivers)
#ifndef MAGNUM_TARGET_WEBGL
/** @debugoperatorclassenum{Magnum::Context,Magnum::Context::Flag} */
MAGNUM_EXPORT Debug& operator<<(Debug& debug, Context::Flag value);

Loading…
Cancel
Save