aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/OnFlushCallbackTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/OnFlushCallbackTest.cpp')
-rw-r--r--tests/OnFlushCallbackTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/OnFlushCallbackTest.cpp b/tests/OnFlushCallbackTest.cpp
index a8fdc7cc58..51c1985ee1 100644
--- a/tests/OnFlushCallbackTest.cpp
+++ b/tests/OnFlushCallbackTest.cpp
@@ -58,7 +58,7 @@ public:
const char* name() const override { return "NonAARectOp"; }
- void visitProxies(VisitProxyFunc func) const override {
+ void visitProxies(const VisitProxyFunc& func) const override {
fHelper.visitProxies(func);
}