Browse Source

Platform: no, this doesn't look right.

pull/280/head
Vladimír Vondruš 8 years ago
parent
commit
2b0b6a9422
  1. 4
      src/Magnum/Platform/GLContext.h

4
src/Magnum/Platform/GLContext.h

@ -152,8 +152,8 @@ class GLContext: public GL::Context {
};
#ifdef MAGNUM_BUILD_DEPRECATED
/** @brief @copybrief GL::Extension
* @deprecated Use @ref GL::Extension instead.
/** @brief @copybrief Platform::GLContext
* @deprecated Use @ref Platform::GLContext instead.
*/
typedef CORRADE_DEPRECATED("use Platform::GLContext instead") GLContext Context;
#endif

Loading…
Cancel
Save