summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();
}