Skip to content

Commit 9da3648

Browse files
committed
Fixed relationship_hint association override (#394)
1 parent 28d2c92 commit 9da3648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/model/template_parameter.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ bool template_parameter::find_nested_relationships(const clang::Decl *decl,
506506
hint = common::model::relationship_t::kDependency;
507507

508508
if (maybe_type && should_include(maybe_type.value())) {
509-
if (allow_hint_override && is_association())
509+
if (is_association())
510510
hint = common::model::relationship_t::kAssociation;
511511

512512
const auto maybe_id = id();

0 commit comments

Comments
 (0)