diff --git a/interface/wx/image.h b/interface/wx/image.h index eb5fabb4da..0b3c85b315 100644 --- a/interface/wx/image.h +++ b/interface/wx/image.h @@ -321,6 +321,14 @@ public: */ void SetName(const wxString& name); + /** + Sets the bitmap type for the handler. + + @param mimetype + The bitmap type. + */ + void SetType(wxBitmapType type); + /** Retrieve the version information about the image library used by this handler.