]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/debughlp.cpp
Test using wxString::ToCDouble() in wxAny.
[wxWidgets.git] / src / msw / debughlp.cpp
index 40396b7b1932a812660b2501b3fcb2e093e2b216..927c293a869b96a7a6a168bd0e39dfd928e1f100 100644 (file)
@@ -146,7 +146,7 @@ const wxString& wxDbgHelpDLL::GetErrorMessage()
 void wxDbgHelpDLL::LogError(const wxChar *func)
 {
     ::OutputDebugString(wxString::Format(wxT("dbghelp: %s() failed: %s\r\n"),
-                        func, wxSysErrorMsg(::GetLastError())).wx_str());
+                        func, wxSysErrorMsg(::GetLastError())).t_str());
 }
 
 // ----------------------------------------------------------------------------