We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882c746 commit 1571364Copy full SHA for 1571364
src/app/InteractionModelEngine.cpp
@@ -583,7 +583,7 @@ CHIP_ERROR InteractionModelEngine::ParseAttributePaths(const Access::SubjectDesc
583
if (paramsList.mValue.IsWildcardPath())
584
{
585
586
- AttributePathExpandIterator::Position state = AttributePathExpandIterator::Position::StartIterating(¶msList);
+ auto state = AttributePathExpandIterator::Position::StartIterating(¶msList);
587
AttributePathExpandIterator pathIterator(GetDataModelProvider(), state);
588
ConcreteAttributePath readPath;
589
0 commit comments