]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/icon.h
fixed DLL compilation warning
[wxWidgets.git] / include / wx / x11 / icon.h
index 1c51c79318863ff62b4991129c46e435ecd1125d..b9e749f2f8ce3ebf270941a071bf9b7752f3ba30 100644 (file)
 #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();