X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/550cb72bf64370e2d7c58bca3acd85417899536f..3a6ec3c88033c43e108cb1f302717696682eb34f:/src/common/memory.cpp?ds=inline 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 {