]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagbmp.cpp
copyright update
[wxWidgets.git] / src / common / imagbmp.cpp
index e06ba14f81e8484e93ac4b9f243df8574897d303..924bcf4c3d77e492e00e9e41b7688257fd4bc2d2 100644 (file)
@@ -1174,7 +1174,7 @@ bool wxICOHandler::LoadFile(wxImage *image, wxInputStream& stream,
     return bResult;
 }
 
-int wxICOHandler::GetImagesCount(wxInputStream& stream)
+int wxICOHandler::GetImageCount(wxInputStream& stream)
 {
     ICONDIR IconDir;
     stream.SeekI(0);