From c49a792c5396222ae4f34c63fd23c1bca485f503 Mon Sep 17 00:00:00 2001 From: Nav Date: Sat, 15 Apr 2023 00:28:14 +0100 Subject: [PATCH] Should have been included in 3feb60cc5c433472ff4294bef4affa346c2a8868 --- .../SnapshotManager/SnapshotViewer/SnapshotViewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/SnapshotManager/SnapshotViewer/SnapshotViewer.cpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/SnapshotManager/SnapshotViewer/SnapshotViewer.cpp index 978d758e..793fedde 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/SnapshotManager/SnapshotViewer/SnapshotViewer.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/SnapshotManager/SnapshotViewer/SnapshotViewer.cpp @@ -110,7 +110,7 @@ namespace Bloom::Widgets ); this->memoryRegionListView = new ListView( - std::vector(this->memoryRegionItems.begin(), this->memoryRegionItems.end()), + ListScene::ListItemSetType(this->memoryRegionItems.begin(), this->memoryRegionItems.end()), this ); this->memoryRegionListView->setVerticalScrollBarPolicy(Qt::ScrollBarPolicy::ScrollBarAsNeeded);