Fix compile error in mocks.

This commit is contained in:
Jeff Young 2021-10-03 22:48:40 +01:00
parent 7c432d7a50
commit 701623b50e
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@ EDA_ITEM* PCB_SELECTION::GetTopLeftItem( bool onlyModules ) const
} }
const KIGFX::VIEW_GROUP::ITEMS PCB_SELECTION::updateDrawList() const const std::vector<KIGFX::VIEW_ITEM*> PCB_SELECTION::updateDrawList() const
{ {
std::vector<VIEW_ITEM*> items; std::vector<VIEW_ITEM*> items;