summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWBoundingBox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWBoundingBox.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/SWBoundingBox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/SWBoundingBox.cpp b/Source/Core/VideoBackends/Software/SWBoundingBox.cpp
index 96d38517b8..b9b3d21ca8 100644
--- a/Source/Core/VideoBackends/Software/SWBoundingBox.cpp
+++ b/Source/Core/VideoBackends/Software/SWBoundingBox.cpp
@@ -55,7 +55,7 @@ std::vector<BBoxType> SWBoundingBox::Read(u32 index, u32 length)
return values;
}
-void SWBoundingBox::Write(u32 index, const std::vector<BBoxType>& values)
+void SWBoundingBox::Write(u32 index, std::span<const BBoxType> values)
{
for (size_t i = 0; i < values.size(); i++)
{