summaryrefslogtreecommitdiff
path: root/include/vcl/BitmapPalette.hxx
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 /include/vcl/BitmapPalette.hxx
parent8346606ebd7c9269a03ceca063437efff9bbf7e1 (diff)
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>
Diffstat (limited to 'include/vcl/BitmapPalette.hxx')
-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();
}