mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
CElementBaseLables: Label for a namespace was never qualified.
This commit is contained in:
parent
998ec67e56
commit
3a0b748829
1 changed files with 1 additions and 0 deletions
|
@ -268,6 +268,7 @@ public class CElementBaseLabels {
|
|||
case ICElement.C_TEMPLATE_CLASS_DECLARATION:
|
||||
case ICElement.C_TEMPLATE_STRUCT_DECLARATION:
|
||||
case ICElement.C_TEMPLATE_UNION_DECLARATION:
|
||||
case ICElement.C_NAMESPACE:
|
||||
getTypeLabel( element, flags, buf );
|
||||
break;
|
||||
case ICElement.C_TYPEDEF:
|
||||
|
|
Loading…
Add table
Reference in a new issue