1
0
Fork 0
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:
Andrew Ferguson 2008-05-21 16:54:47 +00:00
parent 037509036d
commit d3fce200ee

View file

@ -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.