]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/iconbndl.h
compilation fix after wxFont changes (closes #10152)
[wxWidgets.git] / include / wx / iconbndl.h
index e7db074bad1bcd5c14ad390883a9632a65c8b09c..f2161aff35876baf32eff5c7402ea68a4799128e 100644 (file)
@@ -80,7 +80,7 @@ public:
         }
     )
 
-    wxDEPRECATED( wxIconBundle(const wxString& file, long type)
+    wxDEPRECATED_CONSTRUCTOR( wxIconBundle (const wxString& file, long type)
         {
             AddIcon(file, (wxBitmapType)type);
         }