mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Remove pointless mutable from ScopedElement's XmlWriter ptr
This commit is contained in:
parent
7a89916198
commit
9934b7de13
@ -77,7 +77,7 @@ namespace Catch {
|
||||
}
|
||||
|
||||
private:
|
||||
mutable XmlWriter* m_writer = nullptr;
|
||||
XmlWriter* m_writer = nullptr;
|
||||
XmlFormatting m_fmt;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user