]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/dc.mm
24 bit depth
[wxWidgets.git] / src / cocoa / dc.mm
index 3358de935e0bb6d77aa2b43445d9f0861b04553c..66702e5abc0194c37f90b79b6bfc2281954e4fe5 100644 (file)
@@ -28,7 +28,7 @@
 #import <AppKit/NSTypesetter.h>
 #import <AppKit/NSImage.h>
 
-#include <wx/listimpl.cpp>
+#include "wx/listimpl.cpp"
 WX_DEFINE_LIST(wxCocoaDCStack);
 
 IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject)
@@ -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);