summaryrefslogtreecommitdiff
path: root/modules/openxr/editor/openxr_action_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/openxr/editor/openxr_action_editor.h')
-rw-r--r--modules/openxr/editor/openxr_action_editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openxr/editor/openxr_action_editor.h b/modules/openxr/editor/openxr_action_editor.h
index 8af5448aed..765b3ef378 100644
--- a/modules/openxr/editor/openxr_action_editor.h
+++ b/modules/openxr/editor/openxr_action_editor.h
@@ -43,7 +43,7 @@ class OpenXRActionEditor : public HBoxContainer {
GDCLASS(OpenXRActionEditor, HBoxContainer);
private:
- Ref<EditorUndoRedoManager> undo_redo;
+ EditorUndoRedoManager *undo_redo;
Ref<OpenXRAction> action;
LineEdit *action_name = nullptr;