1
0
Fork 0
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:
Markus Schorn 2007-05-24 13:08:23 +00:00
parent 998ec67e56
commit 3a0b748829

View file

@ -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: