render/sdlglcontext.h: Added missing override qualifier.

This commit is contained in:
Vas Crabb 2023-02-25 10:51:04 +11:00 committed by GitHub
parent 3e27dd60a2
commit 20ed2ceafd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ public:
SDL_GL_DeleteContext(m_context);
}
virtual explicit operator bool() const
virtual explicit operator bool() const override
{
return bool(m_context);
}