change longs used for bitmap types to wxBitmapType (#9126)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -28,7 +28,7 @@ public:
|
||||
Copy constructor.
|
||||
*/
|
||||
wxIconBundle();
|
||||
wxIconBundle(const wxString& file, long type);
|
||||
wxIconBundle(const wxString& file, wxBitmapType type);
|
||||
wxIconBundle(const wxIcon& icon);
|
||||
wxIconBundle(const wxIconBundle& ic);
|
||||
//@}
|
||||
@@ -44,7 +44,7 @@ public:
|
||||
contains an icon with the same width and height, it is
|
||||
replaced by the new one.
|
||||
*/
|
||||
void AddIcon(const wxString& file, long type);
|
||||
void AddIcon(const wxString& file, wxBitmapType type);
|
||||
void AddIcon(const wxIcon& icon);
|
||||
//@}
|
||||
|
||||
|
Reference in New Issue
Block a user