mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 17:11:12 +02: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.