Fix typo.

This commit is contained in:
Jeff Young 2020-04-24 23:22:11 +01:00
parent ed3ec0aa10
commit 49c46dc796
2 changed files with 2 additions and 2 deletions

View File

@ -470,7 +470,7 @@ SCH_ITEM* SCH_SHEET_LIST::GetItem( const KIID& aID, SCH_SHEET_PATH* aPathOut )
}
SCH_ITEM* SCH_SHEET_LIST::FillItemMap( std::map<KIID, EDA_ITEM*>& aMap )
void SCH_SHEET_LIST::FillItemMap( std::map<KIID, EDA_ITEM*>& aMap )
{
for( const SCH_SHEET_PATH& sheet : *this )
{

View File

@ -352,7 +352,7 @@ public:
/**
* Fill an item cache for temporary use when many items need to be fetched.
*/
SCH_ITEM* FillItemMap( std::map<KIID, EDA_ITEM*>& aMap );
void FillItemMap( std::map<KIID, EDA_ITEM*>& aMap );
/**
* Function AnnotatePowerSymbols