mirror of
https://github.com/catchorg/Catch2.git
synced 2025-07-30 02:37:37 +02:00
Remove pointless mutable from ScopedElement's XmlWriter ptr
This commit is contained in:
@ -77,7 +77,7 @@ namespace Catch {
|
||||
}
|
||||
|
||||
private:
|
||||
mutable XmlWriter* m_writer = nullptr;
|
||||
XmlWriter* m_writer = nullptr;
|
||||
XmlFormatting m_fmt;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user