aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/jobqueue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zencore/jobqueue.cpp')
-rw-r--r--src/zencore/jobqueue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zencore/jobqueue.cpp b/src/zencore/jobqueue.cpp
index bb113afa9..ef4f0dba1 100644
--- a/src/zencore/jobqueue.cpp
+++ b/src/zencore/jobqueue.cpp
@@ -476,7 +476,7 @@ TEST_CASE("JobQueue")
});
}
- auto Join = [](std::span<std::string> Strings, std::string_view Delimiter) -> std::string {
+ auto Join = [](eastl::span<std::string> Strings, std::string_view Delimiter) -> std::string {
ExtendableStringBuilder<128> SB;
if (Strings.empty())
{