From 00a3e2cfe8aab57e9f36add65a9dac041a37b31f Mon Sep 17 00:00:00 2001 From: Brendan Klare Date: Wed, 16 Oct 2013 13:50:58 -0400 Subject: [PATCH] Fixed a line that was accidentally deleted --- openbr/plugins/regions.cpp | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/openbr/plugins/regions.cpp b/openbr/plugins/regions.cpp index 512cbab..317eb54 100644 --- a/openbr/plugins/regions.cpp +++ b/openbr/plugins/regions.cpp @@ -53,6 +53,7 @@ class RectRegionsTransform : public UntrainableTransform dst += m(Rect(x, y, width, height)); } }; +BR_REGISTER(Transform, RectRegionsTransform) /*! * \ingroup transforms -- libgit2 0.21.4