summaryrefslogtreecommitdiffstats
path: root/editor/editor_export.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2017-03-21 19:34:26 -0300
committerJuan Linietsky <reduzio@gmail.com>2017-03-21 19:34:26 -0300
commitc37fad650f92845a6f59740fea2fea1b46f56db1 (patch)
treeb43cc6f27ccec73c7b05d2eb617b118c282c5ac9 /editor/editor_export.h
parentb5a06cecffeda556438b33807d766f4823623fee (diff)
downloadredot-engine-c37fad650f92845a6f59740fea2fea1b46f56db1.tar.gz
Export working (for linux at least)
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 {