X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/80fdcdb90ef779185492dab676d461fc34933312..72c5855f5c9e6b5747dc9571d64e217eff26561d:/src/msw/crashrpt.cpp?ds=inline diff --git a/src/msw/crashrpt.cpp b/src/msw/crashrpt.cpp index 4bf374f676..e618107487 100644 --- a/src/msw/crashrpt.cpp +++ b/src/msw/crashrpt.cpp @@ -247,7 +247,7 @@ bool wxCrashReportImpl::Generate(int flags, EXCEPTION_POINTERS *ep) /* static */ void wxCrashReport::SetFileName(const wxString& filename) { - wxStrlcpy(gs_reportFilename, filename.wx_str(), WXSIZEOF(gs_reportFilename)); + wxStrlcpy(gs_reportFilename, filename.t_str(), WXSIZEOF(gs_reportFilename)); } /* static */