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
This commit is contained in:
Robert Roebling 2005-02-26 17:26:24 +00:00
parent 53ce655c5b
commit f9a2692dbe

View File

@ -289,6 +289,7 @@ struct WXDLLEXPORT wxPixelDataOut<wxImage>
template <class dummyPixelFormat>
class WXDLLEXPORT wxPixelDataIn : public wxPixelDataBase
{
public:
// the type of the class we're working with
typedef wxImage ImageType;