From bd8f57af9d922bc4736fbfb3f9d91fda8d736f87 Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Fri, 9 Aug 2013 00:04:23 -0400 Subject: [PATCH] Add a finalize method to AggregateFrames, this is important --- openbr/plugins/frames.cpp | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/openbr/plugins/frames.cpp b/openbr/plugins/frames.cpp index 7ef0c33..f5f8609 100644 --- a/openbr/plugins/frames.cpp +++ b/openbr/plugins/frames.cpp @@ -35,6 +35,12 @@ private: dst.file = buffer.takeFirst().file; } + void finalize(TemplateList & output) + { + (void) output; + buffer.clear(); + } + void store(QDataStream &stream) const { (void) stream; -- libgit2 0.21.4