Fix Wreturn-std-move

This commit is contained in:
Robin Gareus 2023-04-09 00:52:10 +02:00
parent 13d814f87c
commit dde366d6ef
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -6618,7 +6618,7 @@ Session::source_search_path (DataType type) const
break;
}
return sp;
return std::move(sp);
}
void