mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
fix error in offset. Members for non-types are probably unnecessary anyhow.
This commit is contained in:
parent
037509036d
commit
d3fce200ee
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ import org.eclipse.core.runtime.CoreException;
|
|||
class PDOMCPPTemplateNonTypeParameter extends PDOMCPPVariable implements IPDOMMemberOwner,
|
||||
ICPPTemplateNonTypeParameter, IIndexType {
|
||||
|
||||
private static final int MEMBERLIST = PDOMCPPVariable.RECORD_SIZE + 4;
|
||||
private static final int MEMBERLIST = PDOMCPPVariable.RECORD_SIZE;
|
||||
|
||||
/**
|
||||
* The size in bytes of a PDOMCPPTemplateTypeParameter record in the database.
|
||||
|
|
Loading…
Add table
Reference in a new issue