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:
David Elliott 2003-07-29 02:26:52 +00:00
parent cf6e135c04
commit cd7542bc44

View File

@ -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))
{
}