From bd5e2346d39a5465b8b15da90cef6138735fd76b Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Sun, 22 Nov 1998 15:59:54 +0000 Subject: [PATCH] * Renamed fstream.h in wfstream.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/{fstream.h => wfstream.h} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename include/wx/{fstream.h => wfstream.h} (96%) diff --git a/include/wx/fstream.h b/include/wx/wfstream.h similarity index 96% rename from include/wx/fstream.h rename to include/wx/wfstream.h index b67ba0800e..29f13ca1e4 100644 --- a/include/wx/fstream.h +++ b/include/wx/wfstream.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: fstream.h +// Name: wfstream.h // Purpose: File stream classes // Author: Guilhem Lavaux // Modified by: @@ -13,7 +13,7 @@ #define _WX_WXFSTREAM_H__ #ifdef __GNUG__ -#pragma interface "fstream.h" +#pragma interface "wfstream.h" #endif #include