Fixed unused captured variable warning

This commit is contained in:
Maciej Suminski 2018-04-19 17:31:10 +02:00
parent 5506efaee5
commit 536529e48f
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ void MICROWAVE_TOOL::Reset( RESET_REASON aReason )
bool MICROWAVE_TOOL::Init()
{
auto activeToolFunctor = [ this ] ( const SELECTION& aSel ) {
auto activeToolFunctor = [] ( const SELECTION& aSel ) {
return true;
};