Fixed unused captured variable warning
This commit is contained in:
parent
5506efaee5
commit
536529e48f
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue