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

Noel Grandin noel at peralex.com
Tue Sep 30 01:17:52 PDT 2014


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

New commits:
commit e4c996d3627f95df693cb702451201c277f04b18
Author: Noel Grandin <noel at peralex.com>
Date:   Tue Sep 30 10:16:11 2014 +0200

    fix OSX build
    
    after commit 19a35bcd5beff8d1fede856c6c4078dd6716c1cf
    "vcl: cleanup vcl/inc/quartz/salgdi.h"
    
    Change-Id: I1f6334cb2751662b81d3ac027982ece4ccac4d34

diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h
index 222a08f..8aad534 100644
--- a/vcl/inc/quartz/salgdi.h
+++ b/vcl/inc/quartz/salgdi.h
@@ -85,7 +85,7 @@ protected:
 
 private:
     const sal_IntPtr                mnFontId;
-    mutable const FontCharMapPtr    mpCharMap;
+    mutable const ImplFontCharMap*  mpCharMap;
     mutable vcl::FontCapabilities   maFontCapabilities;
     mutable bool                    mbOs2Read;       // true if OS2-table related info is valid
     mutable bool                    mbHasOs2Table;


More information about the Libreoffice-commits mailing list