]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/dc.mm
removed src/gtk/eggtrayicon.h
[wxWidgets.git] / src / cocoa / dc.mm
index 3358de935e0bb6d77aa2b43445d9f0861b04553c..0c80e867ad06f3695df3513fa065e702f5ec8c32 100644 (file)
@@ -636,7 +636,7 @@ void wxDC::ComputeScaleAndOrigin(void)
   {
     // this is a bit artificial, but we need to force wxDC to think
     // the pen has changed
   {
     // this is a bit artificial, but we need to force wxDC to think
     // the pen has changed
-    wxPen* pen = & GetPen();
+    const wxPen* pen = & GetPen();
     wxPen tempPen;
     m_pen = tempPen;
     SetPen(* pen);
     wxPen tempPen;
     m_pen = tempPen;
     SetPen(* pen);