Fix build
This commit is contained in:
parent
8737dea4d9
commit
798a0c8a58
|
@ -767,8 +767,8 @@ struct GDEF
|
||||||
switch (u.version.major) {
|
switch (u.version.major) {
|
||||||
case 1: return u.version.to_int () >= 0x00010003u ? this+u.version1.varStore : Null(VariationStore);
|
case 1: return u.version.to_int () >= 0x00010003u ? this+u.version1.varStore : Null(VariationStore);
|
||||||
#ifndef HB_NO_BORING_EXPANSION
|
#ifndef HB_NO_BORING_EXPANSION
|
||||||
#endif
|
|
||||||
case 2: return this+u.version2.varStore;
|
case 2: return this+u.version2.varStore;
|
||||||
|
#endif
|
||||||
default: return Null(VariationStore);
|
default: return Null(VariationStore);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue