mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
Comment adjustment.
This commit is contained in:
parent
af7be7e395
commit
a443b1fafc
1 changed files with 2 additions and 2 deletions
|
@ -49,10 +49,10 @@ abstract class PDOMCPPSpecialization extends PDOMCPPBinding implements ICPPSpeci
|
|||
super(pdom, parent, spec.getNameCharArray());
|
||||
pdom.getDB().putInt(record + SPECIALIZED, specialized.getRecord());
|
||||
|
||||
// specializations that are no instances have the same map as their owner.
|
||||
// specializations that are not instances have the same map as their owner.
|
||||
if (this instanceof ICPPTemplateInstance) {
|
||||
int rec= PDOMCPPTemplateParameterMap.putMap(this, spec.getTemplateParameterMap());
|
||||
pdom.getDB().putInt(record+ARGMAP, rec);
|
||||
pdom.getDB().putInt(record + ARGMAP, rec);
|
||||
}
|
||||
try {
|
||||
Integer sigHash = IndexCPPSignatureUtil.getSignatureHash(spec);
|
||||
|
|
Loading…
Add table
Reference in a new issue