X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a24aff654fb10971e82abccc1b56217d556d447b..b1b3ddd840a507f3ca85379bfa832f2b0c9105d6:/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)) { }