summaryrefslogtreecommitdiffstats
path: root/editor/plugins/gradient_texture_editor_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/plugins/gradient_texture_editor_plugin.h')
-rw-r--r--editor/plugins/gradient_texture_editor_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/gradient_texture_editor_plugin.h b/editor/plugins/gradient_texture_editor_plugin.h
index cb2f6b4061..842d586541 100644
--- a/editor/plugins/gradient_texture_editor_plugin.h
+++ b/editor/plugins/gradient_texture_editor_plugin.h
@@ -53,7 +53,7 @@ class GradientTextureEdit : public Control {
void _show_color_picker();
protected:
- void _gui_input(const InputEvent &p_event);
+ void _gui_input(const Ref<InputEvent> &p_event);
void _notification(int p_what);
static void _bind_methods();