X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f12c2c9555e3498d5c27c9245f1bcaec2bcd2c2..4bfec1790f526d462f8f2ce107f8a83f725d9192:/include/wx/x11/icon.h?ds=sidebyside diff --git a/include/wx/x11/icon.h b/include/wx/x11/icon.h index 1c51c79318..50272abd03 100644 --- a/include/wx/x11/icon.h +++ b/include/wx/x11/icon.h @@ -12,21 +12,16 @@ #ifndef _WX_ICON_H_ #define _WX_ICON_H_ -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface "icon.h" -#endif - #include "wx/bitmap.h" //----------------------------------------------------------------------------- // wxIcon //----------------------------------------------------------------------------- -class wxIcon: public wxBitmap +class WXDLLIMPEXP_CORE wxIcon: public wxBitmap { public: wxIcon(); - wxIcon( const wxIcon& icon); wxIcon( const char **bits, int width=-1, int height=-1 ); // For compatibility with wxMSW where desired size is sometimes required to @@ -43,7 +38,6 @@ public: { } - wxIcon& operator=(const wxIcon& icon); bool operator==(const wxIcon& icon) const { return m_refData == icon.m_refData; } bool operator!=(const wxIcon& icon) const { return !(*this == icon); }