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 03:31:52 +01:00
parent bf98903967
commit 730b152b19
2 changed files with 7 additions and 1 deletions
+1 -1
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();