浏览代码

Add missing namespace

Andy Cedilnik 23 年之前
父节点
当前提交
088709e99f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;