Browse Source

Fixed unused captured variable warning

pull/17/head
Maciej Suminski 8 years ago
parent
commit
536529e48f
  1. 2
      pcbnew/tools/microwave_tool.cpp

2
pcbnew/tools/microwave_tool.cpp

@ -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…
Cancel
Save