Browse Source

Add missing namespace

Andy Cedilnik 23 years ago
parent
commit
088709e99f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/ctest.cxx

+ 1 - 1
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;