Fix a typo probably due to a paste command.

This commit is contained in:
jean-pierre charras
2024-09-05 15:59:30 +02:00
parent a573ecc20e
commit b2be5798cd
+1 -1
View File
@@ -264,7 +264,7 @@ void BOARD_COMMIT::Push( const wxString& aMessage, int aCommitFlags )
if( !ent.m_item || !ent.m_item->IsBOARD_ITEM() )
continue;
BOARD_ITEM* boardItem = boardItem = static_cast<BOARD_ITEM*>( ent.m_item );
BOARD_ITEM* boardItem = static_cast<BOARD_ITEM*>( ent.m_item );
int changeType = ent.m_type & CHT_TYPE;
int changeFlags = ent.m_type & CHT_FLAGS;