add public wxLog::Log() to avoid ugly casts needed in order to call DoLog() from derived classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-02-22 00:46:25 +00:00
parent cf92f48759
commit efce878a2a
4 changed files with 43 additions and 11 deletions

View File

@@ -355,7 +355,8 @@ All:
- Added wxProtocol::SetDefaultTimeout(); the default timeout for both wxHTTP and wxFTP
protocols is 60 seconds.
- Added wxStrnlen() for safe computation of string length.
- Added wxImage::Clear() (troelsk)
- Added wxImage::Clear() (troelsk).
- Added wxLog::Log().
All (Unix):