Fix inheritance of wxBitmapHelpers::Rescale as is needed on OpenVMS
This commit is contained in:
parent
8b9a5c059e
commit
5449136210
@ -123,6 +123,8 @@ public:
|
|||||||
|
|
||||||
// Basically, this corresponds to Win32 StretchBlt()
|
// Basically, this corresponds to Win32 StretchBlt()
|
||||||
wxBitmap Rescale( int clipx, int clipy, int clipwidth, int clipheight, int width, int height );
|
wxBitmap Rescale( int clipx, int clipy, int clipwidth, int clipheight, int width, int height );
|
||||||
|
// OpenVMS needs the next statement to detect Rescale in an inherited class
|
||||||
|
using wxBitmapHelpers::Rescale;
|
||||||
|
|
||||||
// raw bitmap access support functions
|
// raw bitmap access support functions
|
||||||
void *GetRawData(wxPixelDataBase& data, int bpp);
|
void *GetRawData(wxPixelDataBase& data, int bpp);
|
||||||
|
Loading…
Reference in New Issue
Block a user