diff options
Diffstat (limited to 'Source/ctest.h')
-rw-r--r-- | Source/ctest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/ctest.h b/Source/ctest.h index 426f3b9..e346bcf 100644 --- a/Source/ctest.h +++ b/Source/ctest.h @@ -151,5 +151,6 @@ private: bool OpenFile(const std::string& path, const std::string& name, std::ofstream& stream); + std::string MakeXMLSafe(const std::string&); }; |