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:
+1
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user