attempt to fix build failure

This commit is contained in:
Michiharu Ariza 2018-08-29 12:56:48 -07:00
parent a11420b48c
commit 0ad081ec32
1 changed files with 2 additions and 2 deletions

View File

@ -226,8 +226,8 @@ struct CFF1CSOpSet_Flatten : CFF1CSOpSet<CFF1CSOpSet_Flatten, ByteStrBuff>
return false;
break;
default:
if (!CSOpSet::is_subr_op (op) &&
!CSOpSet::is_arg_op (op))
if (!SUPER::is_subr_op (op) &&
!SUPER::is_arg_op (op))
return flatStr.encode_op (op);
}
return true;