GLContext: Fix clang warning about using override
This commit is contained in:
@@ -98,8 +98,8 @@ class GLContext : public Context {
|
||||
void activate(void) override;
|
||||
void deactivate(void) override;
|
||||
|
||||
void flush(void);
|
||||
void finish(void);
|
||||
void flush(void) override;
|
||||
void finish(void) override;
|
||||
|
||||
void memory_statistics_get(int *total_mem, int *free_mem) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user