Fix override warning in `CNSOGLManager.h`

master
MoNTE48 2021-12-23 23:53:30 +01:00
parent 8387f0835e
commit 029274de19
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ namespace video
void destroyContext() IRR_OVERRIDE; void destroyContext() IRR_OVERRIDE;
//! Get current context //! Get current context
const SExposedVideoData& getContext() const; const SExposedVideoData& getContext() const IRR_OVERRIDE;
//! Change render context, disable old and activate new defined by videoData //! Change render context, disable old and activate new defined by videoData
bool activateContext(const SExposedVideoData& videoData, bool restorePrimaryOnZero) IRR_OVERRIDE; bool activateContext(const SExposedVideoData& videoData, bool restorePrimaryOnZero) IRR_OVERRIDE;