Skip to content

Commit

Permalink
Remove superfluous default argument from XMLWriter's constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Apr 12, 2022
1 parent 61f8031 commit 7a89916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/catch2/internal/catch_xmlwriter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ namespace Catch {
XmlFormatting m_fmt;
};

XmlWriter( std::ostream& os = Catch::cout() );
XmlWriter( std::ostream& os );
~XmlWriter();

XmlWriter( XmlWriter const& ) = delete;
Expand Down

0 comments on commit 7a89916

Please sign in to comment.