]> git.saurik.com Git - wxWidgets.git/commitdiff
Added stub for wxIcon(const char **xpm)
authorDavid Elliott <dfe@tgwbd.org>
Mon, 7 Apr 2003 03:38:12 +0000 (03:38 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Mon, 7 Apr 2003 03:38:12 +0000 (03:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/cocoa/icon.cpp

index 26a7c1b1ebecbf94c656f0b0e5b26c41f992eb6c..be8e8dfbc3a05db05b17156bea49332d1446bc7c 100644 (file)
@@ -28,6 +28,10 @@ wxIcon::wxIcon()
 {
 }
 
+wxIcon::wxIcon(const char **xpm)
+{
+}
+
 wxIcon::wxIcon(const char WXUNUSED(bits)[], int WXUNUSED(width), int WXUNUSED(height))
 {
 }