]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/icon.h
applied patch 410892 (wxCopyFile uses ::CopyFile under Win32, has overwrite parameter)
[wxWidgets.git] / include / wx / stubs / icon.h
index f68c23154b755734659dd4de24320a078aa4cb98..df475672ba243c5a826fb59cf52864485ffeb66e 100644 (file)
@@ -45,7 +45,6 @@ public:
 
   // Copy constructors
   inline wxIcon(const wxIcon& icon) { Ref(icon); }
-  inline wxIcon(const wxIcon* icon) { if (icon) Ref(*icon); }
 
   wxIcon(const char bits[], int width, int height);
   wxIcon(const wxString& name, long flags = wxBITMAP_TYPE_ICO_RESOURCE,