Remove 'virtual' from some items that are not virtual in the real code
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user