]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/iconbndl.h
account for scroll offset correctly in the mouse event handler
[wxWidgets.git] / include / wx / iconbndl.h
index 75aa51c653a53131bf3e11159644b90d06dd3766..f32db6f3e3ad48bc5cd03dc3904dee41a067c4c8 100644 (file)
@@ -17,6 +17,8 @@
 #include "wx/gdicmn.h"
 #include "wx/icon.h"
 
+#include "wx/dynarray.h"
+
 WX_DECLARE_EXPORTED_OBJARRAY(wxIcon, wxIconArray);
 
 // this class can't load bitmaps of type wxBITMAP_TYPE_ICO_RESOURCE,
@@ -79,9 +81,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);
         }