Add missing namespace

This commit is contained in:
Andy Cedilnik 2002-10-06 20:44:29 -04:00
parent a8bd7f1ff6
commit 088709e99f
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ void ctest::Finalize()
}
}
std::string testxml = testingDir + "/Test.xml";
ofstream ofs(testxml.c_str());
std::ofstream ofs(testxml.c_str());
if( !ofs )
{
std::cerr << "Cannot create testing XML file" << std::endl;