summaryrefslogtreecommitdiffstats
path: root/common/domainadaptor.h
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-09-04 13:47:27 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-09-04 13:47:27 +0200
commit19f3b3c0b38cb8a92da77e60491027b7c9b48a16 (patch)
tree489d6fc0c5b1fa443c8260f51042583b83bdf363 /common/domainadaptor.h
parent64bba04624b08ace6028d8f3408335a9c2bae10e (diff)
downloadsink-19f3b3c0b38cb8a92da77e60491027b7c9b48a16.tar.gz
sink-19f3b3c0b38cb8a92da77e60491027b7c9b48a16.zip
make it compile
Diffstat (limited to 'common/domainadaptor.h')
-rw-r--r--common/domainadaptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/domainadaptor.h b/common/domainadaptor.h
index e0912e4..16fc8c2 100644
--- a/common/domainadaptor.h
+++ b/common/domainadaptor.h
@@ -78,7 +78,7 @@ static void createBufferPartBuffer(const Sink::ApplicationDomain::ApplicationDom
78 // FIXME: This means all buffers in here must have the AKFB identifier 78 // FIXME: This means all buffers in here must have the AKFB identifier
79 fbb.Finish(pos, "AKFB"); 79 fbb.Finish(pos, "AKFB");
80 flatbuffers::Verifier verifier(fbb.GetBufferPointer(), fbb.GetSize()); 80 flatbuffers::Verifier verifier(fbb.GetBufferPointer(), fbb.GetSize());
81 if (!verifier.VerifyBuffer<Buffer>()) { 81 if (!verifier.VerifyBuffer<Buffer>(nullptr)) {
82 SinkWarning_(0, "bufferadaptor") << "Created invalid uffer"; 82 SinkWarning_(0, "bufferadaptor") << "Created invalid uffer";
83 } 83 }
84} 84}