]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appbase.cpp
removed duplicated members which have been moved to wxTreeCtrlBase
[wxWidgets.git] / src / common / appbase.cpp
index fe7471e1c7993d91938a105c2df9727b49ea2f82..35145e1e8f731553ea898ddf6c9520405753017b 100644 (file)
@@ -734,8 +734,7 @@ static wxString GetAssertStackTrace()
             }
             else
             {
-                m_stackTrace << wxString::Format(_T("0x%08p"),
-                                                 frame.GetAddress());
+                m_stackTrace << wxString::Format(_T("%p"), frame.GetAddress());
             }
 
             if ( frame.HasSourceLocation() )