]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/stackwalk.cpp
added wxDC::CopyAttributes() and use it in wxBufferedDC to ensure that wxAutoBuffered...
[wxWidgets.git] / src / unix / stackwalk.cpp
index 34c812366de12bdd8559a3a6e0e799485ce41b0b..d65700afa6dc9768814e1dac028758622c874604 100644 (file)
@@ -67,7 +67,7 @@ public:
 private:
     FILE *m_fp;
 
-    DECLARE_NO_COPY_CLASS(wxStdioPipe)
+    wxDECLARE_NO_COPY_CLASS(wxStdioPipe);
 };
 
 // ============================================================================
@@ -254,7 +254,8 @@ int wxStackWalker::InitFrames(wxStackFrame *arr, size_t n, void **addresses, cha
         }
         else
         {
-            wxLogDebug(_T("cannot read addr2line output for %d-th stack frame!"), i);
+            wxLogDebug(_T("cannot read addr2line output for stack frame #%lu"),
+                       (unsigned long)i);
             return false;
         }