src/hb-open-type-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6775da3a7c07db6c032cf429dc199d471948db56 Author: Behdad Esfahbod <[email protected]> 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: _______________________________________________ HarfBuzz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/harfbuzz
