From: Mart Raudsepp Date: Mon, 9 Oct 2006 07:09:20 +0000 (+0000) Subject: Fix wxOS2 compilation, as reported by Lauri Nurmi. Hopefully no other ports are simil... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ebd0940b74d79e450bc18c9c4bb7e373d66a9fd4 Fix wxOS2 compilation, as reported by Lauri Nurmi. Hopefully no other ports are similarly affected from the constification changes to wxBitmap.. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/os2/gdiimage.h b/include/wx/os2/gdiimage.h index b2f68d5ff0..34c4c73d0d 100644 --- a/include/wx/os2/gdiimage.h +++ b/include/wx/os2/gdiimage.h @@ -107,7 +107,7 @@ public: // real handler operations: to implement in derived classes virtual bool Create( wxGDIImage* pImage - ,void* pData + ,const void* pData ,long lFlags ,int nWidth ,int nHeight