vcl/inc/quartz/CGHelpers.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit adde1cf598f860660239f976334dbe609df3cca2
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Mon Jan 4 13:12:11 2021 +0200
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Thu Jan 21 10:29:20 2021 +0100

    CGLayerHolder::getScale() can be const
    
    (Will be required by upcoming bugfix.)
    
    Change-Id: I727b2b5f1035ae70d62d3c5339a814161e3ec92a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108663
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <t...@collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109494
    Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109556
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/inc/quartz/CGHelpers.hxx b/vcl/inc/quartz/CGHelpers.hxx
index cbd9a5e785f4..c83477ead4fe 100644
--- a/vcl/inc/quartz/CGHelpers.hxx
+++ b/vcl/inc/quartz/CGHelpers.hxx
@@ -68,7 +68,7 @@ public:
 
     void set(CGLayerRef const& pLayer) { mpLayer = pLayer; }
 
-    float getScale() { return mfScale; }
+    float getScale() const { return mfScale; }
 
     void setScale(float fScale) { mfScale = fScale; }
 };
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to