summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
-rw-r--r--Graphics/GraphicsEngineOpenGL/include/RenderDeviceGLImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineOpenGL/include/RenderDeviceGLImpl.h b/Graphics/GraphicsEngineOpenGL/include/RenderDeviceGLImpl.h
index c80ef1a4..15663ce9 100644
--- a/Graphics/GraphicsEngineOpenGL/include/RenderDeviceGLImpl.h
+++ b/Graphics/GraphicsEngineOpenGL/include/RenderDeviceGLImpl.h
@@ -112,7 +112,7 @@ protected:
TexRegionRender m_TexRegionRender;
private:
- virtual void TestTextureFormat( TEXTURE_FORMAT TexFormat )override;
+ virtual void TestTextureFormat( TEXTURE_FORMAT TexFormat )override final;
bool CheckExtension(const Char *ExtensionString);
void FlagSupportedTexFormats();
void QueryDeviceCaps();