Fix a doxy-comment erroneously claiming a function is non-virtual
This commit is contained in:
parent
59f6b7e720
commit
c85c057652
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ protected:
|
|||
|
||||
/**
|
||||
* Process mouse- and keypress-events from SDL.
|
||||
* Not virtual but calls various virtual function to allow specialized
|
||||
* Calls various virtual function to allow specialized
|
||||
* behavior of derived classes.
|
||||
*/
|
||||
void handle_event(const SDL_Event& event);
|
||||
|
|
Loading…
Add table
Reference in a new issue