Skip to content

Commit

Permalink
[refactor] Don't use deprecated type in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kilativ-dotcom committed Oct 9, 2024
1 parent de96bec commit 8b1f95e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ void ScComponentManagerCommandSearch::SearchComponentsByRelationSet(
searchComponentTemplate.Quintuple(
COMPONENT_ALIAS,
ScType::VarCommonArc,
ScType::VarNode >> setAlias, // NodeVarTuple
ScType::VarNode >> setAlias, // VarNodeTuple
ScType::VarPermPosArc,
relationAddr);
for (std::string const & parameterIdentifier : parameters)
Expand Down

0 comments on commit 8b1f95e

Please sign in to comment.