Fix warnings.

This commit is contained in:
Alex Shvartzkop
2024-05-03 00:09:24 +03:00
parent 17175fe71e
commit 451cb7a194
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ void SCH_COMMIT::pushSchEdit( const wxString& aMessage, int aCommitFlags )
} );
}
auto updateConnectivityFlag = [&, this]()
auto updateConnectivityFlag = [&]()
{
if( schItem->IsConnectable() )
{