summaryrefslogtreecommitdiff
path: root/main/tests/test_io.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/tests/test_io.cpp')
-rw-r--r--main/tests/test_io.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/test_io.cpp b/main/tests/test_io.cpp
index c1b4b8af9b..4e43ee6a54 100644
--- a/main/tests/test_io.cpp
+++ b/main/tests/test_io.cpp
@@ -50,7 +50,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 bool idle(float p_time) {
return false;