Commit 00a3e2cfe8aab57e9f36add65a9dac041a37b31f

Authored by Brendan Klare
1 parent d4b9e953

Fixed a line that was accidentally deleted

Showing 1 changed file with 1 additions and 0 deletions
openbr/plugins/regions.cpp
... ... @@ -53,6 +53,7 @@ class RectRegionsTransform : public UntrainableTransform
53 53 dst += m(Rect(x, y, width, height));
54 54 }
55 55 };
  56 +BR_REGISTER(Transform, RectRegionsTransform)
56 57  
57 58 /*!
58 59 * \ingroup transforms
... ...