1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-07 06:41:38 +00:00

More compile fixes for gcc 2.95

This commit is contained in:
fgenesis 2012-09-23 05:30:47 +02:00
commit 31930051d5
5 changed files with 96 additions and 55 deletions

View file

@ -118,7 +118,7 @@ bool InStream::open(const char *fn)
vf->dropBuf(true);
return true;
}
setstate(std::ios_base::failbit);
setstate(std::ios::failbit);
return false;
}