Remove 'virtual' from some items that are not virtual in the real code

This commit is contained in:
Robin Dunn
2019-05-24 13:33:41 -07:00
parent 8d6198c59d
commit 629e52da5e
2 changed files with 3 additions and 3 deletions

View File

@@ -189,7 +189,7 @@ public:
/**
Makes sure that idle events are sent again.
*/
virtual void WakeUpIdle();
void WakeUpIdle();
/**
This virtual function is called when the application becomes idle and