diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2015-11-19 09:16:30 +0100 |
---|---|---|
committer | Rémi Verschelde <remi@verschelde.fr> | 2015-11-19 09:16:30 +0100 |
commit | da4f6181393eea5b951993eb174525180dd09447 (patch) | |
tree | 81fa7c0bd25bcfaf70f5111fc10dc6f574a40590 /platform/windows/export/export.h | |
parent | 36d620c633be55ac402892bce816d4a9b4d67bee (diff) | |
parent | 094c6c70d731a025f8e3549164811c917d9dc43f (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.h | 2 |
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(); }; |