mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-12 13:17:18 +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;
|
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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue