[Libreoffice-commits] core.git: include/vcl

Luboš Luňák (via logerrit) logerrit at kemper.freedesktop.org
Mon Oct 7 12:51:31 UTC 2019


 include/vcl/BitmapPalette.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dc8b44bd1d695eb8686fdddbbc7d70cd597fd78b
Author:     Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Mon Sep 23 23:14:53 2019 +0200
Commit:     Luboš Luňák <l.lunak at 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.lunak at 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();
     }


More information about the Libreoffice-commits mailing list