mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-08 21:17:50 +00:00
Add missing override keywords
This commit is contained in:
@@ -52,7 +52,7 @@ private:
|
||||
GLContext m_glCtx;
|
||||
#endif
|
||||
|
||||
void _deletedWindow(IWindow* window) {
|
||||
void _deletedWindow(IWindow* window) override {
|
||||
m_windows.erase(window->getPlatformHandle());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user