summaryrefslogtreecommitdiff
path: root/platform/osx/export/export_plugin.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-01-22 22:55:11 +0100
committerGitHub <noreply@github.com>2022-01-22 22:55:11 +0100
commit27c65c1f6451a0c5a628e5bdb43b24e9002fb5fc (patch)
tree66c7881f69fc4aded30445f06d1516d56234b472 /platform/osx/export/export_plugin.h
parentea508ced9fc68e5a5598fa7c8f131f60b06e60bc (diff)
parent3bf05c90188a7839971ab4e0835e95253aa29825 (diff)
Merge pull request #57072 from bruvzg/export_hide
Diffstat (limited to 'platform/osx/export/export_plugin.h')
-rw-r--r--platform/osx/export/export_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/osx/export/export_plugin.h b/platform/osx/export/export_plugin.h
index 85fc72437c..0c2ac90206 100644
--- a/platform/osx/export/export_plugin.h
+++ b/platform/osx/export/export_plugin.h
@@ -101,6 +101,7 @@ class EditorExportPlatformOSX : public EditorExportPlatform {
protected:
virtual void get_preset_features(const Ref<EditorExportPreset> &p_preset, List<String> *r_features) override;
virtual void get_export_options(List<ExportOption> *r_options) override;
+ virtual bool get_export_option_visibility(const String &p_option, const Map<StringName, Variant> &p_options) const override;
public:
virtual String get_name() const override { return "macOS"; }