--- trunk/src/selection/SelectionEvaluator.cpp 2005/02/07 20:06:00 298 +++ trunk/src/selection/SelectionEvaluator.cpp 2005/02/07 20:39:36 301 @@ -102,7 +102,7 @@ bool SelectionEvaluator::loadScriptFileInternal(const } bool SelectionEvaluator::loadScriptFileInternal(const std::string & filename) { - ifstream ifs(filename.c_str()); + std::ifstream ifs(filename.c_str()); if (!ifs.is_open()) { return false; }