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 ) );
|
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;
|
||||||
|
|
Loading…
Reference in New Issue