* Renamed fstream.h in wfstream.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guilhem Lavaux 1998-11-22 15:59:54 +00:00
parent 56194595d5
commit bd5e2346d3

View File

@ -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 <wx/object.h>