From 3260974404f07346fb1e92d357b4d7385b494fbe Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Wed, 14 Aug 2024 14:59:10 -0400 Subject: [PATCH] Fix conversion error (#34989) --- .../CodegenDataModelProvider_Write.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/codegen-data-model-provider/CodegenDataModelProvider_Write.cpp b/src/app/codegen-data-model-provider/CodegenDataModelProvider_Write.cpp index 333c9e27e4bf9f..7420427f84909b 100644 --- a/src/app/codegen-data-model-provider/CodegenDataModelProvider_Write.cpp +++ b/src/app/codegen-data-model-provider/CodegenDataModelProvider_Write.cpp @@ -51,7 +51,7 @@ using Protocols::InteractionModel::Status; /// /// If it returns std::nullopt, then there is no AAI to handle the given path /// and processing should figure out the value otherwise (generally from other ember data) -std::optional TryWriteViaAccessInterface(const ConcreteAttributePath & path, AttributeAccessInterface * aai, +std::optional TryWriteViaAccessInterface(const ConcreteDataAttributePath & path, AttributeAccessInterface * aai, AttributeValueDecoder & decoder) { // Processing can happen only if an attribute access interface actually exists..