provide deprectaed LoadFile() and FindHandler() overloads taking long, otherwise...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 24 Jun 2008 23:43:59 +0000 (23:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 24 Jun 2008 23:43:59 +0000 (23:43 +0000)
commit9e0560c1bcf545df2fb3093ac653f2c53e11cc6d
tree6e776c775363d60c10d111f15342ee295022fb2d
parent6ad7799c0b5415daf839955055c812cb782bb758
provide deprectaed LoadFile() and FindHandler() overloads taking long, otherwise the existing code using long instead of wxBitmapType doesn't compile because of the ambiguity between long->wxBitmapType and long->wxString conversions (as these methods are also overloaded to take wxString)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/image.h