summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-07-07 12:57:36 +0200
committerGitHub <noreply@github.com>2022-07-07 12:57:36 +0200
commit95ddc8cccc2ad14ff8731b96f3764c88d202f9d3 (patch)
treed57b5dd6d29de40d1c6f7cd7c2763ea8c2919987 /core
parent72b3e81bdf4ecb92f52b056e0ad68a9ff6d8c63d (diff)
parent238ac2fdd5e9d93f51a32d9341c5b70eb66bb491 (diff)
Merge pull request #62808 from bruvzg/macos_file_url_handle
Diffstat (limited to 'core')
-rw-r--r--core/os/os.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/os/os.h b/core/os/os.h
index af6c38cbe0..0428f6df2a 100644
--- a/core/os/os.h
+++ b/core/os/os.h
@@ -160,6 +160,7 @@ public:
virtual String get_name() const = 0;
virtual List<String> get_cmdline_args() const { return _cmdline; }
+ virtual List<String> get_cmdline_platform_args() const { return List<String>(); }
virtual String get_model_name() const;
bool is_layered_allowed() const { return _allow_layered; }