Fix a minor compil warning.

This commit is contained in:
jean-pierre charras 2018-10-13 08:24:31 +02:00
parent 7df4ddc74d
commit 1bce69b9f0
1 changed files with 2 additions and 2 deletions

View File

@ -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;