Kaydet (Commit) 86d84ae4 authored tarafından Xisco Fauli's avatar Xisco Fauli Kaydeden (comit) Noel Grandin

tdf#89329: use unique_ptr for pImpl in transfer

Change-Id: Ia28a7bd63c8f3a06ef2fd508619bae3a31af450c
Reviewed-on: https://gerrit.libreoffice.org/25479Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst 85977320
......@@ -481,7 +481,7 @@ struct TransferDataContainer_Impl;
class SVT_DLLPUBLIC TransferDataContainer : public TransferableHelper
{
TransferDataContainer_Impl* pImpl;
std::unique_ptr<TransferDataContainer_Impl> pImpl;
protected:
......
......@@ -344,7 +344,6 @@ TransferDataContainer::TransferDataContainer()
TransferDataContainer::~TransferDataContainer()
{
delete pImpl;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment