mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-06 17:13:49 +01:00
... and similar wx "variadics," which all treat wxString smartly enough that you don't need this. Don't need c_str either to convert wxString to const wxChar * because wxString has a conversion operator that does the same.