Try a fix for the [io]fstream(Qstring) ambiguity in C++0X.

If it doesn't break anything, copy everywhere.
This commit is contained in:
Marc Glisse 2010-07-11 17:28:04 +00:00
parent 064b7ce795
commit ddc1c4ea92
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ private slots:
CGAL::Timer timer; CGAL::Timer timer;
vvd->clear(); vvd->clear();
std::ifstream f(fileName); std::ifstream f(fileName.ascii());
assert( f ); assert( f );
int counter = 0; int counter = 0;