Updated the ConstantPoolParser() signature
This commit is contained in:
parent
b1f95ef1b4
commit
59740ddeaa
@ -84,7 +84,7 @@ struct ConstantNameAndTypeInfo : ConstantPoolInfo
|
||||
u2 descriptor_index;
|
||||
};
|
||||
|
||||
void ConstantPoolParser(ConstantPool &p, JavaClassFormat &jc);
|
||||
void ConstantPoolParser(ConstantPoolTags::Tags t, JavaClassFormat &jc);
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user