mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
pass the PE object in the constructor.
This commit is contained in:
parent
b1b47c294e
commit
e243c06ee9
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public class ARMember extends BinaryObject {
|
|||
PEArchive.ARHeader header;
|
||||
|
||||
public ARMember(IPath p, PEArchive.ARHeader h) throws IOException {
|
||||
super(p);
|
||||
super(p, h.getPE());
|
||||
header = h;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue