summaryrefslogtreecommitdiff
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-09-23 23:14:53 +0200
commit1b545c8075b97fefb32b8c9787699d1dcdb28187 (patch)
treef344ed92f55483bbed87c983952d6a65388f1a0b
parent28e5c9c241e20d8ec35931508eeebf644c383813 (diff)
add missing const
Change-Id: I20baebc41bd833764bbe828dd63df5218a12ce20
-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();
}