https://bugs.documentfoundation.org/show_bug.cgi?id=132714

--- Comment #13 from Julien Nabet <[email protected]> ---
I wanted to declare m_pStartNode in sw/inc/swtable.hxx like this:
std::unique_ptr<SwStartNode> m_pStartNode
instead of:
const SwStartNode * m_pStartNode

but I got stuck since I don't know which element must own the object and which
one just wants to have some info from it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to