Code Clean

This commit is contained in:
Jean-Denis Boivin
2017-02-11 16:10:02 -05:00
committed by GitHub
parent ece483048c
commit e6cf43bbdf

View File

@@ -165,8 +165,8 @@ namespace lime {
#ifdef HX_WINDOWS
std::wstring temp(L"*.");
const wchar_t* filters[] = {filter ? (temp + *filter).c_str() : NULL};
std::wstring temp (L"*.");
const wchar_t* filters[] = {filter ? (temp + *filter).c_str () : NULL};
const wchar_t* path = tinyfd_saveFileDialogW (L"", defaultPath ? defaultPath->c_str () : 0, filter ? 1 : 0, filter ? filters : NULL, NULL);