]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/icon.h
Source cleaning: tabs, whitespaces, -1/wxID_ANY, TRUE/true, FALSE/false.
[wxWidgets.git] / include / wx / msw / icon.h
index 34848d8dee90bd09e7aa42dc79fa4c4e91394347..3a4dab9ba190070784ed1ccfea186a7abadff135 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_ICON_H_
@@ -96,6 +96,8 @@ protected:
         return new wxIconRefData;
     }
 
+    virtual wxObjectRefData *CloneRefData(const wxObjectRefData *data) const;
+
     // create from XPM data
     void CreateIconFromXpm(const char **data);