mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-17 00:57:40 +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.