From 701623b50e9ca9a88149d06dee3f1ace1f6962ae Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sun, 3 Oct 2021 22:48:40 +0100 Subject: [PATCH] Fix compile error in mocks. --- qa/qa_utils/mocks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/qa_utils/mocks.cpp b/qa/qa_utils/mocks.cpp index d40d2e6916..4a0287bcc1 100644 --- a/qa/qa_utils/mocks.cpp +++ b/qa/qa_utils/mocks.cpp @@ -638,7 +638,7 @@ EDA_ITEM* PCB_SELECTION::GetTopLeftItem( bool onlyModules ) const } -const KIGFX::VIEW_GROUP::ITEMS PCB_SELECTION::updateDrawList() const +const std::vector PCB_SELECTION::updateDrawList() const { std::vector items;