]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/mimetype.cpp
Fixed bug in FlexGridSizer mods that prevented them from ever shrinking.
[wxWidgets.git] / src / os2 / mimetype.cpp
index cd51d499dc41e9a07ede4596e5b941ddbdf8306f..8ee7a320599d0be86efa4072a0b3520c88053c8d 100644 (file)
@@ -245,7 +245,7 @@ bool wxFileTypeImpl::GetMimeTypes(wxArrayString& mimeTypes) const
         return FALSE;
 }
 
-bool wxFileTypeImpl::GetIcon(wxIcon *icon) const
+bool wxFileTypeImpl::GetIcon(wxIcon *icon, wxString* psCommand, int* pnIndex) const
 {
 #if wxUSE_GUI
     if ( m_info ) {