X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a24aff654fb10971e82abccc1b56217d556d447b..56f69d54faea99a58828c2077c42fccc1303e490:/src/cocoa/icon.cpp 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)) { }