src: renamed template specialization edge types

This commit is contained in:
malte_langkabel
2016-12-16 10:35:46 +01:00
parent 4194381d5f
commit 946052f5ae
8 changed files with 25 additions and 25 deletions
+2 -2
View File
@@ -84,10 +84,10 @@ public:
case REFERENCE_TEMPLATE_DEFAULT_ARGUMENT:
referenceContainer = &templateDefaultArgumentTypes;
break;
case REFERENCE_TEMPLATE_SPECIALIZATION_OF:
case REFERENCE_TEMPLATE_SPECIALIZATION:
referenceContainer = &templateSpecializations;
break;
case REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION_OF:
case REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION:
referenceContainer = &templateMemberSpecializations;
break;
case REFERENCE_INCLUDE: