attempt to fix build failure
This commit is contained in:
parent
a11420b48c
commit
0ad081ec32
|
@ -226,8 +226,8 @@ struct CFF1CSOpSet_Flatten : CFF1CSOpSet<CFF1CSOpSet_Flatten, ByteStrBuff>
|
||||||
return false;
|
return false;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
if (!CSOpSet::is_subr_op (op) &&
|
if (!SUPER::is_subr_op (op) &&
|
||||||
!CSOpSet::is_arg_op (op))
|
!SUPER::is_arg_op (op))
|
||||||
return flatStr.encode_op (op);
|
return flatStr.encode_op (op);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue