Fix #26: replace FC_POINTER_CONFORMANCE with FC_TOP_LEVEL_MULTID_CONFORMANCE

This commit is contained in:
silverf0x
2019-01-15 21:16:46 +01:00
parent c92891ea03
commit b495f68162
+1 -1
View File
@@ -546,7 +546,7 @@ BOOL __fastcall processCorrelationDescriptorNaked(
ss << "StructMember"<<std::dec<<uCorrDescMember;
strCorrelationItem = ss.str();
}
else if(confDesc.corrDesc.correlation_type & FC_POINTER_CONFORMANCE) // case of FC_TOP_LEVEL_MULTID_CONFORMANCE
else if(confDesc.corrDesc.correlation_type & FC_TOP_LEVEL_MULTID_CONFORMANCE) // case of FC_TOP_LEVEL_MULTID_CONFORMANCE
{
// currently not implemented
oss<<"/*FC_TOP_LEVEL_MULTID_CONFORMANCE not implemented */)]";