error.cc: Make printTrace static

This commit is contained in:
Robert Hensing 2024-03-24 00:16:16 +01:00
parent 981c309057
commit bed541b04e

View file

@ -163,7 +163,7 @@ static bool printPosMaybe(std::ostream & oss, std::string_view indent, const std
return hasPos; return hasPos;
} }
void printTrace( static void printTrace(
std::ostream & output, std::ostream & output,
const std::string_view & indent, const std::string_view & indent,
size_t & count, size_t & count,