mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[demangling] make printRoot virtual
This commit is contained in:
@@ -871,7 +871,7 @@ public:
|
||||
|
||||
virtual ~NodePrinter() = default;
|
||||
|
||||
void printRoot(NodePointer root) {
|
||||
virtual void printRoot(NodePointer root) {
|
||||
isValid = true;
|
||||
print(root, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user