Skip to content

Commit

Permalink
Remove pointless mutable from ScopedElement's XmlWriter ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Apr 12, 2022
1 parent 7a89916 commit 9934b7d
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 @@ -77,7 +77,7 @@ namespace Catch {
}

private:
mutable XmlWriter* m_writer = nullptr;
XmlWriter* m_writer = nullptr;
XmlFormatting m_fmt;
};

Expand Down

0 comments on commit 9934b7d

Please sign in to comment.