• twanvl's avatar
    fix the build on linux. Apparently · a6685d30
    twanvl authored
      condition ? wxString(something) : wxEmptyString
    doesn't work, because wxEmptyString is a wxChar*, and g++ doesn't see the conversion.
    a6685d30
text_io_handler.cpp 5.63 KB