X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6b5c2d5262df98e197736d81d8a9fe54d1932ab0..0ca422ef4c7cfffd54d4b53d950362d00ae7b5d9:/include/wx/os2/bitmap.h?ds=inline diff --git a/include/wx/os2/bitmap.h b/include/wx/os2/bitmap.h index 82639748f2..fcba00d5b7 100644 --- a/include/wx/os2/bitmap.h +++ b/include/wx/os2/bitmap.h @@ -97,7 +97,7 @@ public: // Load a resource wxBitmap( int nId - ,wxBitmapType lType = wxBITMAP_TYPE_BMP_RESOURCE + ,wxBitmapType lType = wxBITMAP_DEFAULT_TYPE ); // For compatiability with other ports, under OS/2 does same as default ctor @@ -161,10 +161,10 @@ public: ,int nDepth = 1 ); virtual bool LoadFile( int nId - ,wxBitmapType lType = wxBITMAP_TYPE_BMP_RESOURCE + ,wxBitmapType lType = wxBITMAP_DEFAULT_TYPE ); virtual bool LoadFile( const wxString& rName - ,wxBitmapType lType = wxBITMAP_TYPE_XPM + ,wxBitmapType lType = wxBITMAP_DEFAULT_TYPE ); virtual bool SaveFile( const wxString& rName ,wxBitmapType lType