1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Comment adjustment.

This commit is contained in:
Sergey Prigogin 2011-05-25 04:04:39 +00:00
parent 1da1b878f6
commit b63228738d

View file

@ -48,7 +48,7 @@ abstract class PDOMCPPSpecialization extends PDOMCPPBinding implements ICPPSpeci
super(linkage, parent, spec.getNameCharArray());
getDB().putRecPtr(record + SPECIALIZED, specialized.getRecord());
// specializations that are not instances have the same map as their owner.
// Specializations that are not instances have the same map as their owner.
if (this instanceof ICPPTemplateInstance) {
long rec= PDOMCPPTemplateParameterMap.putMap(this, spec.getTemplateParameterMap());
getDB().putRecPtr(record + ARGMAP, rec);