diff options
author | Noel <noelgrandin@gmail.com> | 2020-12-13 20:36:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-12-14 08:37:34 +0100 |
commit | 07f7afec7832b0d45bef8d883eb3587d06c4673a (patch) | |
tree | 9e50103f203549b5db59e5913c50aab70e0b2cef /vcl/inc | |
parent | 5c082fc1b59022252d90423afde174123976cdee (diff) |
loplugin:unnecessaryvirtual
Change-Id: Ie083afe2763b21e0abada228e4007b9b387c2d39
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107660
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/salbmp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/salbmp.hxx b/vcl/inc/salbmp.hxx index 1f5ea18cb048..14d695874ef9 100644 --- a/vcl/inc/salbmp.hxx +++ b/vcl/inc/salbmp.hxx @@ -115,7 +115,7 @@ protected: bool mbChecksumValid; protected: - virtual void updateChecksum() const; + void updateChecksum() const; // helper function to convert data in 1,2,4 bpp formats to a 8/24/32bpp format enum class BitConvert { |