From: Robert Roebling Date: Sat, 26 Feb 2005 17:26:24 +0000 (+0000) Subject: Commited fix for HP compiler in raw bitmap code. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f9a2692dbe8db32938121899073abef4d07dee13 Commited fix for HP compiler in raw bitmap code. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/rawbmp.h b/include/wx/rawbmp.h index 0815f09f17..3fca5566a7 100644 --- a/include/wx/rawbmp.h +++ b/include/wx/rawbmp.h @@ -289,6 +289,7 @@ struct WXDLLEXPORT wxPixelDataOut template class WXDLLEXPORT wxPixelDataIn : public wxPixelDataBase { + public: // the type of the class we're working with typedef wxImage ImageType;