summaryrefslogtreecommitdiff
path: root/platform/windows/export/export.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2015-11-19 09:16:30 +0100
committerRémi Verschelde <remi@verschelde.fr>2015-11-19 09:16:30 +0100
commitda4f6181393eea5b951993eb174525180dd09447 (patch)
tree81fa7c0bd25bcfaf70f5111fc10dc6f574a40590 /platform/windows/export/export.h
parent36d620c633be55ac402892bce816d4a9b4d67bee (diff)
parent094c6c70d731a025f8e3549164811c917d9dc43f (diff)
Merge pull request #2820 from masoudbh3/fix-windows-export
Fix Windows Export
Diffstat (limited to 'platform/windows/export/export.h')
-rw-r--r--platform/windows/export/export.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/export/export.h b/platform/windows/export/export.h
index 702acc04b2..ada74b9d77 100644
--- a/platform/windows/export/export.h
+++ b/platform/windows/export/export.h
@@ -29,7 +29,7 @@ protected:
void _get_property_list( List<PropertyInfo> *p_list) const;
public:
- Error export_project(const String& p_path, bool p_debug, bool p_dumb=false, bool p_remote_debug=false);
+ Error export_project(const String& p_path, bool p_debug, int p_flags=0);
EditorExportPlatformWindows();
};