1
0
Fork 0
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:
Silvan Mosberger 2020-12-12 02:22:58 +01:00
parent bf98903967
commit 730b152b19
No known key found for this signature in database
GPG key ID: E8F1E9EAD284E17D
2 changed files with 7 additions and 1 deletions

View file

@ -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();