Fix crash when cancelling a Save As... overwrite action

This was discovered while trying to fix bug 796792. However that bug itself
is totally unrelated.
pull/397/head
Geert Janssens 8 years ago
parent e330a781f0
commit 239ee6797a

@ -61,6 +61,6 @@ private:
std::string m_linkfile;
int m_lockfd;
QofBook* m_book; /* The primary, main open book */
QofBook* m_book = nullptr; /* The primary, main open book */
};
#endif // __GNC_XML_BACKEND_HPP__

Loading…
Cancel
Save