summaryrefslogtreecommitdiff
path: root/editor/editor_command_palette.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_command_palette.h')
-rw-r--r--editor/editor_command_palette.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_command_palette.h b/editor/editor_command_palette.h
index ddf897c250..cfd8b964c8 100644
--- a/editor/editor_command_palette.h
+++ b/editor/editor_command_palette.h
@@ -90,6 +90,6 @@ public:
static EditorCommandPalette *get_singleton();
};
-Ref<Shortcut> ED_SHORTCUT_AND_COMMAND(const String &p_path, const String &p_name, uint32_t p_keycode = 0, String p_command = "");
+Ref<Shortcut> ED_SHORTCUT_AND_COMMAND(const String &p_path, const String &p_name, Key p_keycode = KEY_NONE, String p_command = "");
#endif //EDITOR_COMMAND_PALETTE_H