]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
adapting to autorelease of factory methods
[wxWidgets.git] / include / wx / image.h
index 933f596c7b9e002456241738e4c8e1446d95658c..49ea7b2229c3ae6c7620aae07dfcf67f1e82450d 100644 (file)
@@ -108,7 +108,7 @@ public:
 
     void SetName(const wxString& name) { m_name = name; }
     void SetExtension(const wxString& ext) { m_extension = ext; }
-    void SetAlExtensions(const wxArrayString& exts) { m_altExtensions = exts; }
+    void SetAltExtensions(const wxArrayString& exts) { m_altExtensions = exts; }
     void SetType(wxBitmapType type) { m_type = type; }
     void SetMimeType(const wxString& type) { m_mime = type; }
     const wxString& GetName() const { return m_name; }