Skip to content

Commit

Permalink
Make progress in class finding
Browse files Browse the repository at this point in the history
Summary: Seems to have been missed before.

Reviewed By: thezhangwei

Differential Revision: D66556107

fbshipit-source-id: dbbfe39793d7e240805abbd173e0083ef52cff85
  • Loading branch information
agampe authored and facebook-github-bot committed Nov 28, 2024
1 parent b23e856 commit 39dd2b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/class-merging/Model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,7 @@ void Model::collect_methods() {
if (parent == m_parents.end()) {
break;
}
root_type = parent->second;
cls = type_class(parent->second);
}
return cls;
Expand Down

0 comments on commit 39dd2b5

Please sign in to comment.