diff options
Diffstat (limited to 'Source/ctest.h')
-rw-r--r-- | Source/ctest.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/ctest.h b/Source/ctest.h index 60aab8e..426f3b9 100644 --- a/Source/ctest.h +++ b/Source/ctest.h @@ -148,6 +148,8 @@ private: void GenerateDartOutput(std::ostream& os); void GenerateDartBuildOutput(std::ostream& os, std::vector<cmCTestBuildErrorWarning>); - + + bool OpenFile(const std::string& path, + const std::string& name, std::ofstream& stream); }; |