]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/dc.mm
fix a bunch of warnings in unicode build
[wxWidgets.git] / src / cocoa / dc.mm
index f5fcb1c0074fc9539d59f92a1c9e603c8d622087..0c80e867ad06f3695df3513fa065e702f5ec8c32 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     2003/04/01
 // RCS-ID:      $Id$
 // Copyright:   (c) 2003 David Elliott
-// Licence:    wxWindows license
+// Licence:    wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
 #include "wx/wxprec.h"
@@ -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
-    wxPen* pen = & GetPen();
+    const wxPen* pen = & GetPen();
     wxPen tempPen;
     m_pen = tempPen;
     SetPen(* pen);