Fix a minor compil warning.
This commit is contained in:
parent
7df4ddc74d
commit
1bce69b9f0
|
@ -333,9 +333,9 @@ private:
|
|||
|
||||
std::unique_ptr<GL_BITMAP_CACHE> bitmapCache;
|
||||
|
||||
void lockContext();
|
||||
void lockContext() override;
|
||||
|
||||
void unlockContext();
|
||||
void unlockContext() override;
|
||||
|
||||
///< Update handler for OpenGL settings
|
||||
bool updatedGalDisplayOptions( const GAL_DISPLAY_OPTIONS& aOptions ) override;
|
||||
|
|
Loading…
Reference in New Issue