From 029274de19ca4b625b08a281cef1f7b8e9b667ad Mon Sep 17 00:00:00 2001 From: MoNTE48 Date: Thu, 23 Dec 2021 23:53:30 +0100 Subject: [PATCH] Fix override warning in `CNSOGLManager.h` --- source/Irrlicht/CNSOGLManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Irrlicht/CNSOGLManager.h b/source/Irrlicht/CNSOGLManager.h index a05e6ec4..fdd5a638 100644 --- a/source/Irrlicht/CNSOGLManager.h +++ b/source/Irrlicht/CNSOGLManager.h @@ -49,7 +49,7 @@ namespace video void destroyContext() IRR_OVERRIDE; //! Get current context - const SExposedVideoData& getContext() const; + const SExposedVideoData& getContext() const IRR_OVERRIDE; //! Change render context, disable old and activate new defined by videoData bool activateContext(const SExposedVideoData& videoData, bool restorePrimaryOnZero) IRR_OVERRIDE;