summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2019-09-23 23:14:53 +0200
committerLuboš Luňák <l.lunak@collabora.com>2019-10-07 14:50:46 +0200
commitdc8b44bd1d695eb8686fdddbbc7d70cd597fd78b (patch)
tree041104ab05b3395cccff49e03af0781065dcd49c
parentGet rid of another SAL_WARN that just pointlessly fills up log files (diff)
downloadcore-dc8b44bd1d695eb8686fdddbbc7d70cd597fd78b.tar.gz
core-dc8b44bd1d695eb8686fdddbbc7d70cd597fd78b.zip
add missing const
Change-Id: I20baebc41bd833764bbe828dd63df5218a12ce20 Reviewed-on: https://gerrit.libreoffice.org/80349 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
-rw-r--r--include/vcl/BitmapPalette.hxx2
1 files changed, 1 insertions, 1 deletions
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();
}