corrected return type of wxDetermineImageType

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2002-07-13 12:14:07 +00:00
parent e626d7c787
commit 723c433f65
2 changed files with 12 additions and 11 deletions

View File

@@ -152,7 +152,7 @@ enum
};
// Returns the image type, or -1, determined from the extension.
int wxDetermineImageType(const wxString& filename);
wxBitmapType wxDetermineImageType(const wxString& filename);
// Convert a colour to a 6-digit hex string
wxString wxColourToHexString(const wxColour& col);