fix bmap binding generation
This commit is contained in:
@ -73,7 +73,7 @@ public class VariableType {
|
||||
}
|
||||
|
||||
public VariableType getPointerOfThis() {
|
||||
return new VariableType(mBaseType, mPointerLevel);
|
||||
return new VariableType(mBaseType, mPointerLevel + 1);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user