]> git.saurik.com Git - wxWidgets.git/commitdiff
Stub for wxIcon constructor taking a non-const xpm
authorDavid Elliott <dfe@tgwbd.org>
Tue, 29 Jul 2003 02:26:52 +0000 (02:26 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Tue, 29 Jul 2003 02:26:52 +0000 (02:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/cocoa/icon.cpp

index 7ff6a32a673973a08337da7d8034980125faabdf..f473c7b275abdab31a623c40b198f1418dfd8193 100644 (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))
 {
 }