Fix another lambda capture

This commit is contained in:
Marek Roszko 2024-04-12 23:37:38 -04:00
parent 262d94964f
commit c05ae0b32e
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ protected:
wxString::Format( "Duplicate API handler for type %s", typeName ) ); wxString::Format( "Duplicate API handler for type %s", typeName ) );
m_handlers[typeName] = m_handlers[typeName] =
[=]( ApiRequest& aRequest ) -> API_RESULT [this]( ApiRequest& aRequest ) -> API_RESULT
{ {
RequestType cmd; RequestType cmd;
ApiResponse envelope; ApiResponse envelope;