fix the build on linux. Apparently
condition ? wxString(something) : wxEmptyString doesn't work, because wxEmptyString is a wxChar*, and g++ doesn't see the conversion.
Showing
Please register or sign in to comment
condition ? wxString(something) : wxEmptyString doesn't work, because wxEmptyString is a wxChar*, and g++ doesn't see the conversion.