mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-24 00:33:48 +02:00
Set the argument of cdec.get() to true, to allow
an update.
This commit is contained in:
parent
6deb0ad99c
commit
65bd9c8935
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ public class CCorePlugin extends Plugin {
|
||||||
if (project != null) {
|
if (project != null) {
|
||||||
try {
|
try {
|
||||||
ICDescriptor cdesc = (ICDescriptor) getCProjectDescription(project);
|
ICDescriptor cdesc = (ICDescriptor) getCProjectDescription(project);
|
||||||
ICExtensionReference[] cextensions = cdesc.get(BINARY_PARSER_UNIQ_ID);
|
ICExtensionReference[] cextensions = cdesc.get(BINARY_PARSER_UNIQ_ID, true);
|
||||||
if (cextensions.length > 0)
|
if (cextensions.length > 0)
|
||||||
parser = (IBinaryParser) cextensions[0].createExtension();
|
parser = (IBinaryParser) cextensions[0].createExtension();
|
||||||
} catch (CoreException e) {
|
} catch (CoreException e) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue