mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Remove superfluous default argument from XMLWriter's constructor
This commit is contained in:
parent
61f803126d
commit
7a89916198
@ -81,7 +81,7 @@ namespace Catch {
|
||||
XmlFormatting m_fmt;
|
||||
};
|
||||
|
||||
XmlWriter( std::ostream& os = Catch::cout() );
|
||||
XmlWriter( std::ostream& os );
|
||||
~XmlWriter();
|
||||
|
||||
XmlWriter( XmlWriter const& ) = delete;
|
||||
|
Loading…
Reference in New Issue
Block a user