1. wxImageHandler::DoCanRead() introduced to solve the virtual function name
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 15 Oct 1999 16:59:32 +0000 (16:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 15 Oct 1999 16:59:32 +0000 (16:59 +0000)
commit995612e2abc1131458863ed1d3e55206df7c33de
tree798b6376e237c0f78c0cb2a36434a8b200bd6bed
parent52f13e4930add51417d27d2098a2baa76ada1a6c
1. wxImageHandler::DoCanRead() introduced to solve the virtual function name
hiding problem
2. wxPNMHandler::CanRead() shouldn't use wxT() - should it?

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/image.h
src/common/imagbmp.cpp
src/common/image.cpp
src/common/imaggif.cpp
src/common/imagjpeg.cpp
src/common/imagpcx.cpp
src/common/imagpng.cpp
src/common/imagpnm.cpp