Skip to content

Commit aadde48

Browse files
Update src/app/CommandHandler.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent cc4f260 commit aadde48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/CommandHandler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ FabricIndex CommandHandler::GetAccessingFabricIndex() const
802802
return mpResponder->GetAccessingFabricIndex();
803803
}
804804

805-
void CommandHandler::Handle::Init(CommandHandler * handle)
805+
void CommandHandler::Handle::Init(CommandHandler * handler)
806806
{
807807
if (handle != nullptr)
808808
{

0 commit comments

Comments
 (0)