Skip to content

Commit ab1d887

Browse files
committed
Please build now on Linux!
1 parent 38d3c3e commit ab1d887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/icingadb/icingadb-objects.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ void IcingaDB::UpdateAllConfigObjects()
402402
upqObjectType.Enqueue([&]() {
403403
for (auto& hMSet : source.second) {
404404
for (decltype(hMSet.size()) i = 0, stop = hMSet.size() - 1u; i < stop; i += 2u) {
405-
auto variantToString = [](std::variant<const char*, String> v) {
405+
auto variantToString = [](std::variant<const char*, String> v) -> String {
406406
if (auto str (std::get_if<String>(&v)); str) {
407407
return std::move(*str);
408408
}

0 commit comments

Comments
 (0)