summaryrefslogtreecommitdiffstats
path: root/package/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-08-11 10:23:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-08-15 08:38:18 +0200
commit3d5fde2064c4c63797ba03269cd405096a2dba04 (patch)
tree0ff031aea4e277cfc5a48742c58bcf2102c29732 /package/inc
parentloplugin:useuniqueptr pass XEditAttribute around by std::unique_ptr (diff)
downloadcore-3d5fde2064c4c63797ba03269cd405096a2dba04.tar.gz
core-3d5fde2064c4c63797ba03269cd405096a2dba04.zip
loplugin:useuniqueptr in consumeScheduledThreadEntry
Change-Id: I9c0b05081915712089d363a476d6354cfba2461d Reviewed-on: https://gerrit.libreoffice.org/59010 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'package/inc')
-rw-r--r--package/inc/ZipOutputStream.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/inc/ZipOutputStream.hxx b/package/inc/ZipOutputStream.hxx
index 3f86f07883ca..814413da041e 100644
--- a/package/inc/ZipOutputStream.hxx
+++ b/package/inc/ZipOutputStream.hxx
@@ -79,7 +79,7 @@ private:
void writeEXT( const ZipEntry &rEntry );
// ScheduledThread handling helpers
- void consumeScheduledThreadEntry(ZipOutputEntry* pCandidate);
+ void consumeScheduledThreadEntry(std::unique_ptr<ZipOutputEntry> pCandidate);
void consumeFinishedScheduledThreadEntries();
public: