summaryrefslogtreecommitdiff
path: root/platform/iphone/export/export.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-08-22 09:53:27 +0200
committerGitHub <noreply@github.com>2018-08-22 09:53:27 +0200
commit703de2f6ece307dd0ddbfd8193d1996f141294c3 (patch)
treec154bca58614f4970dcf144b886e906d4a8972d3 /platform/iphone/export/export.cpp
parent0e6551d8e2c080149bedcefd6c9dd0061261ea3f (diff)
parent35f6ba5c5d950171ec3e4f15934ac5494b19acb1 (diff)
Merge pull request #21256 from elasota/bptc
BPTC support
Diffstat (limited to 'platform/iphone/export/export.cpp')
-rw-r--r--platform/iphone/export/export.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/iphone/export/export.cpp b/platform/iphone/export/export.cpp
index 9e4e648eb6..ab8d9909a0 100644
--- a/platform/iphone/export/export.cpp
+++ b/platform/iphone/export/export.cpp
@@ -119,6 +119,9 @@ public:
r_features->push_back("iOS");
}
+ virtual void resolve_platform_feature_priorities(const Ref<EditorExportPreset> &p_preset, Set<String> &p_features) {
+ }
+
EditorExportPlatformIOS();
~EditorExportPlatformIOS();
};