diff options
author | George L. Albany <Megacake1234@gmail.com> | 2024-10-31 02:58:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-31 02:58:33 +0000 |
commit | 1e356b53ae7768e278b5bad7285184ea1dc4588c (patch) | |
tree | 822e78c8b1b83587f6a732e8c34f0a7161d19bed /platform/linuxbsd/export/export_plugin.h | |
parent | 3386a662914dde912ab9a7f41266d7c662be7eff (diff) | |
parent | 82de309d58c5f0e221b85463cca2983cd7ed0289 (diff) | |
download | redot-engine-1e356b53ae7768e278b5bad7285184ea1dc4588c.tar.gz |
Merge pull request #823 from Spartan322/merge/8004c75
Merge commit godotengine/godot@8004c75
Diffstat (limited to 'platform/linuxbsd/export/export_plugin.h')
-rw-r--r-- | platform/linuxbsd/export/export_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linuxbsd/export/export_plugin.h b/platform/linuxbsd/export/export_plugin.h index c99b535563..1c0e30c218 100644 --- a/platform/linuxbsd/export/export_plugin.h +++ b/platform/linuxbsd/export/export_plugin.h @@ -57,7 +57,7 @@ class EditorExportPlatformLinuxBSD : public EditorExportPlatformPC { ssh_args = p_ssh_arg; cmd_args = p_cmd_args; wait = p_wait; - }; + } }; Ref<ImageTexture> run_icon; |