include/vcl/BitmapPalette.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dc8b44bd1d695eb8686fdddbbc7d70cd597fd78b Author: Luboš Luňák <l.lu...@collabora.com> AuthorDate: Mon Sep 23 23:14:53 2019 +0200 Commit: Luboš Luňák <l.lu...@collabora.com> CommitDate: Mon Oct 7 14:50:46 2019 +0200 add missing const Change-Id: I20baebc41bd833764bbe828dd63df5218a12ce20 Reviewed-on: https://gerrit.libreoffice.org/80349 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lu...@collabora.com> diff --git a/include/vcl/BitmapPalette.hxx b/include/vcl/BitmapPalette.hxx index 1e61c8ecf1c5..ba6ef09af9f4 100644 --- a/include/vcl/BitmapPalette.hxx +++ b/include/vcl/BitmapPalette.hxx @@ -72,7 +72,7 @@ public: return !( *this == rBitmapPalette ); } - bool operator!() + bool operator!() const { return maBitmapColor.empty(); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits