diff options
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 7f81aea..5e252c3 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -216,6 +216,7 @@ private: bool OpenOutputFile(const std::string& path, const std::string& name, std::ofstream& stream); std::string MakeXMLSafe(const std::string&); + std::string MakeURLSafe(const std::string&); }; #endif |