X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c7020e9f5df00af0c0fe51e669cfffd5a2c3b3e..af5454a410ed37a8a1639716a0c96c191e60b7f0:/src/cocoa/icon.cpp diff --git a/src/cocoa/icon.cpp b/src/cocoa/icon.cpp index 7ff6a32a67..f473c7b275 100644 --- a/src/cocoa/icon.cpp +++ b/src/cocoa/icon.cpp @@ -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)) { }