diff options
Diffstat (limited to 'main/tests/test_image.cpp')
-rw-r--r-- | main/tests/test_image.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/test_image.cpp b/main/tests/test_image.cpp index c2c742e75d..0b120f87d5 100644 --- a/main/tests/test_image.cpp +++ b/main/tests/test_image.cpp @@ -41,7 +41,7 @@ class TestMainLoop : public MainLoop { bool quit; public: - virtual void input_event(const InputEvent &p_event) { + virtual void input_event(const Ref<InputEvent> &p_event) { } virtual void init() { |