Added stub for wxIcon(const char **xpm)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott 2003-04-07 03:38:12 +00:00
parent 2894667fa4
commit ce50c4d1c6

View File

@ -28,6 +28,10 @@ wxIcon::wxIcon()
{
}
wxIcon::wxIcon(const char **xpm)
{
}
wxIcon::wxIcon(const char WXUNUSED(bits)[], int WXUNUSED(width), int WXUNUSED(height))
{
}