Skip to content

Commit f39bed2

Browse files
committed
Fix compile
1 parent 412f6b6 commit f39bed2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/Reflection/TypeRef.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,7 @@ unsigned NominalTypeTrait::getDepth() const {
735735
return 1 + cast<BoundGenericTypeRef>(P)->getDepth();
736736
default:
737737
break;
738+
}
738739
}
739740
return 0;
740741
}

0 commit comments

Comments
 (0)