mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 10:15:39 +02:00
Bug 142465 :Exception when expanding binary node in CView
Avoid duplication source files. 1-line change.
This commit is contained in:
parent
74e3308a05
commit
dafc8e4478
1 changed files with 2 additions and 1 deletions
|
@ -336,6 +336,7 @@ public class Binary extends Openable implements IBinary {
|
|||
else
|
||||
tu = new ExternalTranslationUnit(this, path, id);
|
||||
|
||||
if (! info.includesChild(tu))
|
||||
info.addChild(tu);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue