From 30f8fe2e69a29cdab541a7d295b072f249af0e37 Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Sat, 16 Nov 2013 11:27:16 -0500 Subject: [PATCH] Forgot about br_register --- openbr/plugins/template.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/plugins/template.cpp b/openbr/plugins/template.cpp index 85b276c..7c10c9f 100644 --- a/openbr/plugins/template.cpp +++ b/openbr/plugins/template.cpp @@ -78,7 +78,7 @@ class NamePointsTransform : public UntrainableMetaTransform } }; -BR_REGISTER(Transform, LabelTransform) +BR_REGISTER(Transform, NamePointsTransform) /*! * \ingroup transforms -- libgit2 0.21.4