From ebd0940b74d79e450bc18c9c4bb7e373d66a9fd4 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Mon, 9 Oct 2006 07:09:20 +0000 Subject: [PATCH 1/1] 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 --- include/wx/os2/gdiimage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2