Stub for wxIcon constructor taking a non-const xpm
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
cf6e135c04
commit
cd7542bc44
@ -32,6 +32,10 @@ wxIcon::wxIcon(const char **xpm)
|
||||
{
|
||||
}
|
||||
|
||||
wxIcon::wxIcon(char **xpm)
|
||||
{
|
||||
}
|
||||
|
||||
wxIcon::wxIcon(const char WXUNUSED(bits)[], int WXUNUSED(width), int WXUNUSED(height))
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user