X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/550cb72bf64370e2d7c58bca3acd85417899536f..d8fc3398ac61229b4986a6c72eb17af98f41123e:/src/common/memory.cpp diff --git a/src/common/memory.cpp b/src/common/memory.cpp index f4491a6758..a1728fca67 100644 --- a/src/common/memory.cpp +++ b/src/common/memory.cpp @@ -594,7 +594,7 @@ bool wxDebugContext::Dump(void) { appNameStr = wxTheApp->GetAppName(); appName = appNameStr.c_str(); - OutputDumpLine(wxT("----- Memory dump of %s at %s -----"), appName, wx_static_cast(const wxChar *, wxNow().c_str())); + OutputDumpLine(wxT("----- Memory dump of %s at %s -----"), appName, static_cast(wxNow().c_str())); } else { @@ -650,7 +650,7 @@ bool wxDebugContext::PrintStatistics(bool detailed) { appNameStr = wxTheApp->GetAppName(); appName = appNameStr.c_str(); - OutputDumpLine(wxT("----- Memory statistics of %s at %s -----"), appName, wx_static_cast(const wxChar *, wxNow().c_str())); + OutputDumpLine(wxT("----- Memory statistics of %s at %s -----"), appName, static_cast(wxNow().c_str())); } else {