]> git.saurik.com Git - wxWidgets.git/commitdiff
Commited fix for HP compiler in raw bitmap code.
authorRobert Roebling <robert@roebling.de>
Sat, 26 Feb 2005 17:26:24 +0000 (17:26 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 26 Feb 2005 17:26:24 +0000 (17:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/rawbmp.h

index 0815f09f17aa2394ab4f5ae3759e80c9f22a34bd..3fca5566a7156054b5439eb36142d33ef173c6a9 100644 (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;