Fix compile error in mocks.
This commit is contained in:
parent
7c432d7a50
commit
701623b50e
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue