diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-21 10:07:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-21 12:20:23 +0200 |
commit | 0c3da17e4190f9fd7038d1d52a92e0748396c1d8 (patch) | |
tree | 2f2455aff5d95404acc8a49a462ef4f8d26d6231 /package/inc | |
parent | 794be42bcc89460371d950f1c2922801dcb431f9 (diff) |
pass ZipEnumeration around by value
Change-Id: I8418bd3eb6a8013f55f4283c7d96755d95a60c1a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119305
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'package/inc')
-rw-r--r-- | package/inc/ZipFile.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/inc/ZipFile.hxx b/package/inc/ZipFile.hxx index 01a7b562edcc..abfb6674ae18 100644 --- a/package/inc/ZipFile.hxx +++ b/package/inc/ZipFile.hxx @@ -165,7 +165,7 @@ public: const OUString& aMediaType, const rtl::Reference<comphelper::RefCountedMutex>& aMutexHolder ); - std::unique_ptr<ZipEnumeration> entries(); + ZipEnumeration entries(); }; #endif |