mirror of
https://github.com/NixOS/nix
synced 2025-06-25 23:11:16 +02:00
Make Value::type private
This is an implementation detail and shouldn't be used. Use normalType() and the various is<Type> functions instead
This commit is contained in:
parent
bf98903967
commit
730b152b19
2 changed files with 7 additions and 1 deletions
|
@ -68,7 +68,7 @@ RootValue allocRootValue(Value * v)
|
|||
}
|
||||
|
||||
|
||||
static void printValue(std::ostream & str, std::set<const Value *> & active, const Value & v)
|
||||
void printValue(std::ostream & str, std::set<const Value *> & active, const Value & v)
|
||||
{
|
||||
checkInterrupt();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue