mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-25 23:06: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:
|
private:
|
||||||
mutable XmlWriter* m_writer = nullptr;
|
XmlWriter* m_writer = nullptr;
|
||||||
XmlFormatting m_fmt;
|
XmlFormatting m_fmt;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user