summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
d460ed4)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15294
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if (!wxFileExists(filename))
return;
if (!wxFileExists(filename))
return;
- wxSTD ifstream istr(filename, ios::in);
+ wxSTD ifstream istr(filename, wxSTD ios::in);
return FALSE;
char buf[300];
return FALSE;
char buf[300];
- wxSTD ifstream istr(filename, ios::in);
+ wxSTD ifstream istr(filename, wxSTD ios::in);
if (istr.bad()) return FALSE;
BibLine = 1;
if (istr.bad()) return FALSE;
BibLine = 1;
if (!wxFileExists(filename))
return FALSE;
if (!wxFileExists(filename))
return FALSE;
- wxSTD ifstream istr(filename, ios::in);
+ wxSTD ifstream istr(filename, wxSTD ios::in);
if (istr.bad()) return FALSE;
if (istr.bad()) return FALSE;