added wxSTD macro

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2001-09-21 05:43:21 +00:00
parent e1b435afad
commit eb71219dd0
2 changed files with 2 additions and 2 deletions

View File

@ -823,7 +823,7 @@ bool wxPNGReader::SaveXPM(char *filename, char *name)
if ( !GetPalette() )
return FALSE;
ofstream str(filename);
wxSTD ofstream str(filename);
if ( str.bad() )
return FALSE;

View File

@ -823,7 +823,7 @@ bool wxPNGReader::SaveXPM(char *filename, char *name)
if ( !GetPalette() )
return FALSE;
ofstream str(filename);
wxSTD ofstream str(filename);
if ( str.bad() )
return FALSE;