make xEventHandler method non-const
This commit is contained in:
parent
414fbf6404
commit
4ca0312479
|
@ -9,7 +9,7 @@
|
|||
public:
|
||||
|
||||
// handles the event
|
||||
virtual void handle(SDL_Event* event) const = 0;
|
||||
virtual void handle(SDL_Event* event) = 0;
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue