summaryrefslogtreecommitdiff
path: root/editor/editor_export.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_export.h')
-rw-r--r--editor/editor_export.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_export.h b/editor/editor_export.h
index fe3c3df7d4..fcd671e033 100644
--- a/editor/editor_export.h
+++ b/editor/editor_export.h
@@ -152,7 +152,7 @@ private:
protected:
virtual void get_preset_features(const Ref<EditorExportPreset> &p_preset, List<String> *r_features) = 0;
- String find_export_template(String template_file_name, String *err = NULL) const;
+ String find_export_template(String template_file_name) const;
public:
struct ExportOption {