]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/iconbndl.h
eliminate the hysteresis when scrollbars didn't disappear when the window was resized...
[wxWidgets.git] / include / wx / iconbndl.h
index 75aa51c653a53131bf3e11159644b90d06dd3766..f2161aff35876baf32eff5c7402ea68a4799128e 100644 (file)
@@ -79,9 +79,8 @@ public:
             AddIcon(file, (wxBitmapType)type);
         }
     )
-    // explicitly specifying inline allows gcc < 3.4 to
-    // handle the deprecation attribute even in the constructor.
-    wxDEPRECATED( inline wxIconBundle (const wxString& file, long type)
+
+    wxDEPRECATED_CONSTRUCTOR( wxIconBundle (const wxString& file, long type)
         {
             AddIcon(file, (wxBitmapType)type);
         }