mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
render/sdlglcontext.h: Added missing override qualifier.
This commit is contained in:
parent
3e27dd60a2
commit
20ed2ceafd
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user