From 19f3b3c0b38cb8a92da77e60491027b7c9b48a16 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Sun, 4 Sep 2016 13:47:27 +0200 Subject: make it compile --- tests/domainadaptortest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/domainadaptortest.cpp b/tests/domainadaptortest.cpp index ff75d21..f4ac008 100644 --- a/tests/domainadaptortest.cpp +++ b/tests/domainadaptortest.cpp @@ -49,7 +49,7 @@ private slots: Sink::ApplicationDomain::Buffer::FinishEventBuffer(fbb, pos); flatbuffers::Verifier verifier(fbb.GetBufferPointer(), fbb.GetSize()); - QVERIFY(verifier.VerifyBuffer()); + QVERIFY(verifier.VerifyBuffer(nullptr)); } void testAdaptor() -- cgit v1.2.3