7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-14 13:29:35 +00:00

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

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;