summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/ctest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index 8fda9cb..c912010 100644
--- a/Source/ctest.cxx
+++ b/Source/ctest.cxx
@@ -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;