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:
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
Block a user