added wxTextInputStream::operator>>(wchar_t) for compilers which support this

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-10-20 22:50:03 +00:00
parent e188df5dea
commit fdd99f154a
2 changed files with 4 additions and 0 deletions

View File

@@ -206,6 +206,7 @@ All:
- Norwegian (Bokm<6B>l) translation added (Hans F. Nordhaug)
- wxDynamicLibrary::HasSymbol() added
- added wxTextInputStream::operator>>(wchar_t) for compilers which support this
All (GUI):