summaryrefslogtreecommitdiffstats
path: root/editor/export/project_export.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/export/project_export.h')
-rw-r--r--editor/export/project_export.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/export/project_export.h b/editor/export/project_export.h
index e360596be6..bbf0d81228 100644
--- a/editor/export/project_export.h
+++ b/editor/export/project_export.h
@@ -216,7 +216,7 @@ public:
Ref<EditorExportPreset> get_current_preset() const;
- bool is_exporting() const { return exporting; };
+ bool is_exporting() const { return exporting; }
ProjectExportDialog();
~ProjectExportDialog();