X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..7234425be1f8f38e4310ca40d36f45ddb0522fd2:/include/wx/os2/bitmap.h diff --git a/include/wx/os2/bitmap.h b/include/wx/os2/bitmap.h index ef7f919bb8..2431cd3360 100644 --- a/include/wx/os2/bitmap.h +++ b/include/wx/os2/bitmap.h @@ -216,9 +216,7 @@ protected: bool CreateFromImage(const wxImage& image, int depth); - // ref counting code - virtual wxObjectRefData *CreateRefData() const; - virtual wxObjectRefData *CloneRefData(const wxObjectRefData *data) const; + virtual wxGDIRefData *CloneGDIRefData(const wxGDIRefData *data) const; private: bool CopyFromIconOrCursor(const wxGDIImage& rIcon); @@ -344,7 +342,7 @@ public: private: inline virtual bool Load( wxGDIImage* WXUNUSED(pImage) ,const wxString& WXUNUSED(rName) - ,HPS WXUNUSED(hPs) + ,WXHANDLE WXUNUSED(hPs) ,long WXUNUSED(lFlags) ,int WXUNUSED(nDesiredWidth) ,int WXUNUSED(nDesiredHeight)