git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36742
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// fails in the diagnostic message
static std::string Nth(size_t n)
{
// fails in the diagnostic message
static std::string Nth(size_t n)
{
- return wxString::Format(_T("for loop index %lu"), (unsigned long)n).mb_str();
+ return std::string(wxString::Format(_T("for loop index %lu"),
+ (unsigned long)n).mb_str());
}
// ----------------------------------------------------------------------------
}
// ----------------------------------------------------------------------------