]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/brush.cpp
Change m_windowCurrent to m_currentNSWindow such that m_currentNSWindow is
[wxWidgets.git] / src / os2 / brush.cpp
index ed7e7e1554877427c70537b12948e8ab6f1c99e5..8187fbf42c882f17c7c30e6c623e4a4fdd5ea7a0 100644 (file)
@@ -19,6 +19,7 @@
 #include "wx/utils.h"
 #include "wx/app.h"
 #include "wx/brush.h"
+#include "wx/log.h"
 #endif
 
 #include "wx/os2/private.h"
@@ -137,7 +138,7 @@ bool wxBrush::RealizeResource()
         {
             vError = ::WinGetLastError(vHabmain);
             sError = wxPMErrorToStr(vError);
-            wxLogError("Unable to set current color table to RGB mode. Error: %s\n", sError);
+            wxLogError("Unable to set current color table to RGB mode. Error: %s\n", sError.c_str());
             return FALSE;
         }
 
@@ -219,7 +220,7 @@ bool wxBrush::RealizeResource()
         {
             vError = ::WinGetLastError(vHabmain);
             sError = wxPMErrorToStr(vError);
-            wxLogError("Can't set Gpi attributes for an AREABUNDLE. Error: %s\n", sError);
+            wxLogError("Can't set Gpi attributes for an AREABUNDLE. Error: %s\n", sError.c_str());
         }
         return bOk;
     }