diff --git a/include/ConstantPoolTags/Tags.h b/include/ConstantPoolTags/Tags.h index b20ddf5..83a708d 100644 --- a/include/ConstantPoolTags/Tags.h +++ b/include/ConstantPoolTags/Tags.h @@ -47,7 +47,7 @@ struct ConstantUtf8Info : ConstantPoolInfo { ConstantPoolTags::Tags tag; u2 length; - unsigned char* bytes; + unsigned char *bytes; // std::vector bytes; }; @@ -84,7 +84,7 @@ struct ConstantNameAndTypeInfo : ConstantPoolInfo u2 descriptor_index; }; -void ConstantPoolParser(ConstantPool &p, JavaClassFormat &jc); +void ConstantPoolParser(ConstantPoolTags::Tags t, JavaClassFormat &jc); } #endif \ No newline at end of file