From 3d3ecbbcc7e1602c0df4a3431e5a537b0ebb1e35 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 2 May 2009 21:59:03 +0000 Subject: [PATCH] fix typo (see #10637) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/stdstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/stdstream.h b/interface/wx/stdstream.h index 2fe3a5eeef..d7fec8f0b6 100644 --- a/interface/wx/stdstream.h +++ b/interface/wx/stdstream.h @@ -60,7 +60,7 @@ public: /** @class wxStdInputStream - wxStdInputStream is a std::istream derived stream buffer which reads from + wxStdInputStream is a std::istream derived stream which reads from a wxInputStream. Example: -- 2.45.2