From 15588590901d21c6ad14fd27da9da5a8118ef848 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 26 Jan 2003 00:35:19 +0000 Subject: [PATCH] added iosfwrap.h (wrapper for ) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/iosfwrap.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/wx/iosfwrap.h b/include/wx/iosfwrap.h index 00e7842252..3464b87af6 100644 --- a/include/wx/iosfwrap.h +++ b/include/wx/iosfwrap.h @@ -12,12 +12,11 @@ #if wxUSE_STD_IOSTREAM #if wxUSE_IOSTREAMH - // There is no pre-ANSI iosfwd header (?). We include the full decarations. + // There is no pre-ANSI iosfwd header so we include the full declarations. # include #else # include #endif -#endif - // wxUSE_STD_IOSTREAM +#endif // wxUSE_STD_IOSTREAM -- 2.45.2