From 732f3e5e616fbe1d03d823f1cca75cc9c7b8be69 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 31 Jan 2017 20:09:41 -0800 Subject: [PATCH] Add missing wxImageHandler::SetType --- interface/wx/image.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/interface/wx/image.h b/interface/wx/image.h index 475ee794d8..e3735d4d3c 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.