Fix a doxy-comment erroneously claiming a function is non-virtual

This commit is contained in:
Celtic Minstrel 2015-08-26 14:02:51 -04:00
parent 59f6b7e720
commit c85c057652

View file

@ -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);