Fix another lambda capture
This commit is contained in:
parent
262d94964f
commit
c05ae0b32e
|
@ -98,7 +98,7 @@ protected:
|
|||
wxString::Format( "Duplicate API handler for type %s", typeName ) );
|
||||
|
||||
m_handlers[typeName] =
|
||||
[=]( ApiRequest& aRequest ) -> API_RESULT
|
||||
[this]( ApiRequest& aRequest ) -> API_RESULT
|
||||
{
|
||||
RequestType cmd;
|
||||
ApiResponse envelope;
|
||||
|
|
Loading…
Reference in New Issue