]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dc.cpp
#ifdefed out Ole... functions for Cygwin.
[wxWidgets.git] / src / motif / dc.cpp
index e05e204f433d6794e8d20a7b102d811df8231513..8502eb79e48786a1e29ec503a270f9ccbc15e5dd 100644 (file)
@@ -403,10 +403,10 @@ void wxDC::ComputeScaleAndOrigin(void)
   {
     // this is a bit artificial, but we need to force wxDC to think
     // the pen has changed
-    wxPen* pen = GetPen();
+    wxPen* pen = GetPen();
     wxPen tempPen;
     m_pen = tempPen;
-    SetPen(pen);
+    SetPen(pen);
   }
 };