]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/iconbndl.h
Don't try to typedef off_t twice (eVC++)
[wxWidgets.git] / include / wx / iconbndl.h
index 001530f0085eb776ddb92034a30c43ae428f701a..46bb7171f5ecc9554e354fcfd39803255492d340 100644 (file)
@@ -60,7 +60,7 @@ public:
     // returns the first icon in the bundle
     const wxIcon& GetIcon( const wxSize& size ) const;
     // equivalent to GetIcon( wxSize( size, size ) )
-    const wxIcon& GetIcon( wxCoord size = -1 ) const
+    const wxIcon& GetIcon( wxCoord size = wxDefaultCoord ) const
         { return GetIcon( wxSize( size, size ) ); }
 private:
     // delete all icons