sw/inc/swmodule.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 40b5af334464b7e30bc29e479ec6a626a4ad0d48 Author: Caolán McNamara <[email protected]> AuthorDate: Wed Jul 24 11:56:23 2019 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Wed Jul 24 21:30:46 2019 +0200 cid#1401328 Uncaught exception Change-Id: I15b1157220631e984f30f6e3c0a0362167236c9c Reviewed-on: https://gerrit.libreoffice.org/76256 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx index be21755a08cc..5d96a31da341 100644 --- a/sw/inc/swmodule.hxx +++ b/sw/inc/swmodule.hxx @@ -77,7 +77,7 @@ class SW_DLLPUBLIC SwModule final : public SfxModule, public SfxListener, public OUString m_sActAuthor; // ConfigItems - std::unique_ptr<SwModuleOptions> m_pModuleConfig; + std::unique_ptr<SwModuleOptions, o3tl::default_delete<SwModuleOptions>> m_pModuleConfig; std::unique_ptr<SwMasterUsrPref, o3tl::default_delete<SwMasterUsrPref>> m_pUsrPref; std::unique_ptr<SwMasterUsrPref, o3tl::default_delete<SwMasterUsrPref>> m_pWebUsrPref; std::unique_ptr<SwPrintOptions> m_pPrintOptions; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
