From ce50c4d1c61de1b30c32923b35527a54c0c32751 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Mon, 7 Apr 2003 03:38:12 +0000 Subject: [PATCH] Added stub for wxIcon(const char **xpm) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/cocoa/icon.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/cocoa/icon.cpp b/src/cocoa/icon.cpp index 26a7c1b1eb..be8e8dfbc3 100644 --- a/src/cocoa/icon.cpp +++ b/src/cocoa/icon.cpp @@ -28,6 +28,10 @@ wxIcon::wxIcon() { } +wxIcon::wxIcon(const char **xpm) +{ +} + wxIcon::wxIcon(const char WXUNUSED(bits)[], int WXUNUSED(width), int WXUNUSED(height)) { } -- 2.49.0