Index: tests/RecorderTest.cpp |
diff --git a/tests/RecorderTest.cpp b/tests/RecorderTest.cpp |
index 407cf9add0e77625f6ec5d18d8796c54ac99e659..8fa198cd6dc563a29cc1c3dc47a42c082d050089 100644 |
--- a/tests/RecorderTest.cpp |
+++ b/tests/RecorderTest.cpp |
@@ -30,7 +30,7 @@ public: |
void apply(const SkRecord& record) { |
for (unsigned i = 0; i < record.count(); i++) { |
- record.visit(i, *this); |
+ record.visit<void>(i, *this); |
} |
} |