From 7a769391772b1184d801a123fb226017e8d65848 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 21 Aug 2019 20:06:19 +0200 Subject: loplugin:constmethod in package Change-Id: I44bc86a179164e1d039dd3a5f2c8a23396d870b3 Reviewed-on: https://gerrit.libreoffice.org/77931 Tested-by: Jenkins Reviewed-by: Noel Grandin --- package/inc/ZipOutputEntry.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/inc/ZipOutputEntry.hxx') diff --git a/package/inc/ZipOutputEntry.hxx b/package/inc/ZipOutputEntry.hxx index 7234d890f4c2..3bace59698b5 100644 --- a/package/inc/ZipOutputEntry.hxx +++ b/package/inc/ZipOutputEntry.hxx @@ -57,7 +57,7 @@ public: ZipEntry* getZipEntry() { return m_pCurrentEntry; } ZipPackageStream* getZipPackageStream() { return m_pCurrentStream; } - bool isEncrypt() { return m_bEncryptCurrentEntry; } + bool isEncrypt() const { return m_bEncryptCurrentEntry; } void closeEntry(); -- cgit