From 42ad4aaf5b1488e6a1fccdbb3edb5bf16f9392f4 Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Thu, 1 Aug 2013 19:32:23 -0400 Subject: [PATCH] Superclass init methods are not called automatically --- openbr/plugins/stream.cpp | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/openbr/plugins/stream.cpp b/openbr/plugins/stream.cpp index e02092c..7376265 100644 --- a/openbr/plugins/stream.cpp +++ b/openbr/plugins/stream.cpp @@ -958,6 +958,8 @@ public: { if (transforms.isEmpty()) return; + CompositeTransform::init(); + // We share a thread pool across streams attached to the same // parent tranform, retrieve or create a thread pool based // on our parent transform. -- libgit2 0.21.4