logic: name qualifiers of symbols are clickable now

This commit is contained in:
mlangkabel
2017-10-11 11:08:01 +02:00
parent 896fbf09b6
commit cf984ca245
216 changed files with 11261 additions and 15182 deletions
+3 -3
View File
@@ -9,11 +9,11 @@ DefinitionKind intToDefinitionKind(int definitionKind)
{
switch (definitionKind)
{
case 0:
case DEFINITION_NONE:
return DEFINITION_NONE;
case 1:
case DEFINITION_IMPLICIT:
return DEFINITION_IMPLICIT;
case 2:
case DEFINITION_EXPLICIT:
return DEFINITION_EXPLICIT;
}
return DEFINITION_NONE;