forked from catchorg/Catch2
Remove pointless mutable from ScopedElement's XmlWriter ptr
This commit is contained in:
@ -77,7 +77,7 @@ namespace Catch {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
mutable XmlWriter* m_writer = nullptr;
|
XmlWriter* m_writer = nullptr;
|
||||||
XmlFormatting m_fmt;
|
XmlFormatting m_fmt;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user