don't write the strings to the stream one char at a time, it's *horribly* slow
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Jul 2002 18:14:39 +0000 (18:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Jul 2002 18:14:39 +0000 (18:14 +0000)
commit20ea6894a2660c453c3255a66aa9f7e24cf97ec8
tree1317c1688873b73fb8dc9c80c25127ed6e851965
parentb23e843b99fb99049804faa82714b8828982bbca
don't write the strings to the stream one char at a time, it's *horribly* slow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/txtstrm.cpp