mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +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);
|
fTemplateArguments = PDOMCPPArgumentList.getArguments(this, rec);
|
||||||
} catch (CoreException e) {
|
} catch (CoreException e) {
|
||||||
CCorePlugin.log(e);
|
CCorePlugin.log(e);
|
||||||
|
fTemplateArguments = ICPPTemplateArgument.EMPTY_ARGUMENTS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return fTemplateArguments;
|
return fTemplateArguments;
|
||||||
|
|
Loading…
Add table
Reference in a new issue