Fix clang warning 'private field 'xxx' is not used

Fixes https://github.com/behdad/harfbuzz/pull/16
This commit is contained in:
Behdad Esfahbod 2014-01-23 14:18:49 -05:00
parent 62299826f4
commit 6775da3a7c
1 changed files with 1 additions and 1 deletions

View File

@ -592,7 +592,7 @@ struct LONGDATETIME
TRACE_SANITIZE (this);
return TRACE_RETURN (likely (c->check_struct (this)));
}
private:
protected:
LONG major;
ULONG minor;
public: