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;