Skip to content

Commit

Permalink
Update src/app/InteractionModelEngine.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
andy31415 and bzbarsky-apple committed Jan 10, 2025
1 parent 882c746 commit 1571364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/InteractionModelEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ CHIP_ERROR InteractionModelEngine::ParseAttributePaths(const Access::SubjectDesc
if (paramsList.mValue.IsWildcardPath())
{

AttributePathExpandIterator::Position state = AttributePathExpandIterator::Position::StartIterating(&paramsList);
auto state = AttributePathExpandIterator::Position::StartIterating(&paramsList);
AttributePathExpandIterator pathIterator(GetDataModelProvider(), state);
ConcreteAttributePath readPath;

Expand Down

0 comments on commit 1571364

Please sign in to comment.