mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-01 05:15:43 +02:00
Let PDOMCPPClassTemplate implement ICPPTemplateScope (fixes a parameter hinting test case)
This commit is contained in:
parent
514d90bbc9
commit
44e500cd01
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ import org.eclipse.core.runtime.CoreException;
|
|||
*
|
||||
*/
|
||||
class PDOMCPPClassTemplate extends PDOMCPPClassType implements
|
||||
ICPPClassTemplate, ICPPInternalTemplateInstantiator {
|
||||
ICPPClassTemplate, ICPPInternalTemplateInstantiator, ICPPTemplateScope {
|
||||
|
||||
private static final int PARAMETERS = PDOMCPPClassType.RECORD_SIZE + 0;
|
||||
private static final int INSTANCES = PDOMCPPClassType.RECORD_SIZE + 4;
|
||||
|
|
Loading…
Add table
Reference in a new issue