[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Thu Jan 23 11:19:14 PST 2014


 src/hb-open-type-private.hh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6775da3a7c07db6c032cf429dc199d471948db56
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Thu Jan 23 14:18:49 2014 -0500

    Fix clang warning 'private field 'xxx' is not used
    
    Fixes https://github.com/behdad/harfbuzz/pull/16

diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh
index 437ecd5..558103a 100644
--- a/src/hb-open-type-private.hh
+++ b/src/hb-open-type-private.hh
@@ -592,7 +592,7 @@ struct LONGDATETIME
     TRACE_SANITIZE (this);
     return TRACE_RETURN (likely (c->check_struct (this)));
   }
-  private:
+  protected:
   LONG major;
   ULONG minor;
   public:


More information about the HarfBuzz mailing list