]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/icon.h
fixed sending duplicate EVT_COMBOBOX events; documented that GetValue() returns new...
[wxWidgets.git] / include / wx / msw / icon.h
index f9a08a3c916092c9c959457dbb67e60800dd693d..3a4dab9ba190070784ed1ccfea186a7abadff135 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_ICON_H_
 #define _WX_ICON_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "icon.h"
 #endif
 
@@ -96,6 +96,8 @@ protected:
         return new wxIconRefData;
     }
 
+    virtual wxObjectRefData *CloneRefData(const wxObjectRefData *data) const;
+
     // create from XPM data
     void CreateIconFromXpm(const char **data);