summaryrefslogtreecommitdiff
path: root/editor/editor_run_native.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_run_native.h')
-rw-r--r--editor/editor_run_native.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/editor_run_native.h b/editor/editor_run_native.h
index 92eaa8516b..63c3f02717 100644
--- a/editor/editor_run_native.h
+++ b/editor/editor_run_native.h
@@ -36,14 +36,14 @@ class EditorRunNative : public HBoxContainer {
GDCLASS(EditorRunNative, BoxContainer);
- Map<StringName, MenuButton *> menus;
+ Map<int, MenuButton *> menus;
bool first;
bool deploy_dumb;
bool deploy_debug_remote;
bool debug_collisions;
bool debug_navigation;
- void _run_native(int p_idx, const String &p_platform);
+ void _run_native(int p_idx, int p_platform);
protected:
static void _bind_methods();