commit | 6775da3a7c07db6c032cf429dc199d471948db56 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Thu Jan 23 14:18:49 2014 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Thu Jan 23 14:18:49 2014 -0500 |
tree | 4ca2efffcb6b8f89aecb0d76ff0c3166d9bf83b6 | |
parent | 62299826f4905e080b9497bce335e093b287494e [diff] |
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 @@ TRACE_SANITIZE (this); return TRACE_RETURN (likely (c->check_struct (this))); } - private: + protected: LONG major; ULONG minor; public: