From: David Elliott Date: Tue, 29 Jul 2003 02:26:52 +0000 (+0000) Subject: Stub for wxIcon constructor taking a non-const xpm X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cd7542bc44835f24251f1b5b5ac7eb4e300a9291 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 --- diff --git a/src/cocoa/icon.cpp b/src/cocoa/icon.cpp index 7ff6a32a67..f473c7b275 100644 --- a/src/cocoa/icon.cpp +++ b/src/cocoa/icon.cpp @@ -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)) { }