Fix inheritance of wxBitmapHelpers::Rescale as is needed on OpenVMS

This commit is contained in:
Jouk 2021-10-21 11:44:11 +02:00
parent 8b9a5c059e
commit 5449136210

View File

@ -123,6 +123,8 @@ public:
// Basically, this corresponds to Win32 StretchBlt()
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
void *GetRawData(wxPixelDataBase& data, int bpp);