diff --git a/openbr/plugins/stream.cpp b/openbr/plugins/stream.cpp index 6c92227..9f494b4 100644 --- a/openbr/plugins/stream.cpp +++ b/openbr/plugins/stream.cpp @@ -1722,6 +1722,11 @@ public: return false; } + // Stream acts as a shallow interface to DirectStream, so it's fine to remove ourselves here + Transform *simplify(bool &newTransform) + { + return basis->simplify(newTransform); + } private: QSharedPointer basis;