mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-23 16:23:52 +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) {
|
||||
try {
|
||||
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)
|
||||
parser = (IBinaryParser) cextensions[0].createExtension();
|
||||
} catch (CoreException e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue