Index: Source/modules/notifications/Notification.h |
diff --git a/Source/modules/notifications/Notification.h b/Source/modules/notifications/Notification.h |
index 41dec950e00eea37d297b5fd1463b2f9bb6bf5bc..16bea9d2e6592040471374300d64caa094bdbfe6 100644 |
--- a/Source/modules/notifications/Notification.h |
+++ b/Source/modules/notifications/Notification.h |
@@ -79,9 +79,9 @@ public: |
virtual void trace(Visitor*) { } |
- virtual void visitWith(Visitor* visitor) const OVERRIDE |
+ virtual void adjustAndMark(Visitor* visitor) const OVERRIDE |
{ |
- visitor->visit(this); |
+ visitor->mark(this); |
} |
void show(); |