#ifndef _WX_ICON_H_
#define _WX_ICON_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "icon.h"
#endif
wxIcon();
// Copy constructors
- inline wxIcon(const wxIcon& icon) { Ref(icon); }
+ wxIcon(const wxIcon& icon)
+ : wxBitmap()
+ { Ref(icon); }
wxIcon(const char **data);
wxIcon(char **data);