Minor changes suggested by nabijaczleweli

This commit is contained in:
Ludger Sprenker
2016-02-06 16:08:48 +01:00
parent f37c95088c
commit 0837427e00
2 changed files with 3 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ namespace Catch {
class XmlEncode {
public:
enum ForWhat { ForTextNodes, ForAttributes };
enum ForWhat { ForTextNodes, ForAttributes };
XmlEncode( std::string const& str, ForWhat forWhat = ForTextNodes )
: m_str( str ),