mirror of
https://github.com/NixOS/nix
synced 2025-06-26 15:51:15 +02:00
error.cc: Make printTrace static
This commit is contained in:
parent
981c309057
commit
bed541b04e
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ static bool printPosMaybe(std::ostream & oss, std::string_view indent, const std
|
|||
return hasPos;
|
||||
}
|
||||
|
||||
void printTrace(
|
||||
static void printTrace(
|
||||
std::ostream & output,
|
||||
const std::string_view & indent,
|
||||
size_t & count,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue