From 2b0b6a9422969274d55ddcfc0dce6766a09dbca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 29 Aug 2018 23:47:35 +0200 Subject: [PATCH] Platform: no, this doesn't look right. --- src/Magnum/Platform/GLContext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/Platform/GLContext.h b/src/Magnum/Platform/GLContext.h index aa750bb8c..ad5162be5 100644 --- a/src/Magnum/Platform/GLContext.h +++ b/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