mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 15:05:36 +02:00
Made sizeof() public. Discussed with Mikhail.
This commit is contained in:
parent
9977180c74
commit
cb5454c394
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ public abstract class CVariable extends AbstractCVariable implements ICDIEventLi
|
|||
setDisposed( true );
|
||||
}
|
||||
|
||||
protected int sizeof() {
|
||||
public int sizeof() {
|
||||
IInternalVariable iv = getCurrentInternalVariable();
|
||||
return ( iv != null ) ? iv.sizeof() : -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue