Skip to content

Commit 1571364

Browse files
Update src/app/InteractionModelEngine.cpp
Co-authored-by: Boris Zbarsky <[email protected]>
1 parent 882c746 commit 1571364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/InteractionModelEngine.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ CHIP_ERROR InteractionModelEngine::ParseAttributePaths(const Access::SubjectDesc
583583
if (paramsList.mValue.IsWildcardPath())
584584
{
585585

586-
AttributePathExpandIterator::Position state = AttributePathExpandIterator::Position::StartIterating(&paramsList);
586+
auto state = AttributePathExpandIterator::Position::StartIterating(&paramsList);
587587
AttributePathExpandIterator pathIterator(GetDataModelProvider(), state);
588588
ConcreteAttributePath readPath;
589589

0 commit comments

Comments
 (0)