Skip to content

Commit 029200b

Browse files
committed
abi::vector in win32.registry
1 parent 911f1bf commit 029200b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/win32/registry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ namespace essence::win32 {
142142
auto lines = buffer | std::views::take(buffer.size() - 1) | std::views::split(L'\0')
143143
| std::views::transform(
144144
[](const auto& inner) { return to_utf8_string(std::wstring_view{inner.begin(), inner.end()}); })
145-
| std::ranges::to<abi::vector>();
145+
| std::ranges::to<abi::vector<abi::string>>();
146146

147147
return lines;
148148
}

0 commit comments

Comments
 (0)