mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Fixed an NPE.
Change-Id: Idf90e24c4ca2ac0f63c8ae7a1cc1531f42f6e566
This commit is contained in:
parent
88f0688276
commit
a43f45e711
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ class PDOMCPPClassInstance extends PDOMCPPClassSpecialization implements ICPPTem
|
|||
fTemplateArguments = PDOMCPPArgumentList.getArguments(this, rec);
|
||||
} catch (CoreException e) {
|
||||
CCorePlugin.log(e);
|
||||
fTemplateArguments = ICPPTemplateArgument.EMPTY_ARGUMENTS;
|
||||
}
|
||||
}
|
||||
return fTemplateArguments;
|
||||
|
|
Loading…
Add table
Reference in a new issue