mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 01:06:01 +02:00
[219202] Comment #6 - Fixed type returned for a composite.
This commit is contained in:
parent
afdcf2e551
commit
742e7dfe92
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ public class MIExpressions extends AbstractDsfService implements IExpressions, I
|
|||
case GDBType.GENERIC:
|
||||
default:
|
||||
if (getData().getNumChildren() > 0) {
|
||||
basicType = IExpressionDMData.BasicType.array;
|
||||
basicType = IExpressionDMData.BasicType.composite;
|
||||
} else {
|
||||
basicType = IExpressionDMData.BasicType.basic;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue