Commit 30f8fe2e69a29cdab541a7d295b072f249af0e37

Authored by Scott Klum
1 parent 8f64678e

Forgot about br_register

Showing 1 changed file with 1 additions and 1 deletions
openbr/plugins/template.cpp
... ... @@ -78,7 +78,7 @@ class NamePointsTransform : public UntrainableMetaTransform
78 78 }
79 79 };
80 80  
81   -BR_REGISTER(Transform, LabelTransform)
  81 +BR_REGISTER(Transform, NamePointsTransform)
82 82  
83 83 /*!
84 84 * \ingroup transforms
... ...