Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
30f8fe2e69a29cdab541a7d295b072f249af0e37
Authored by
Scott Klum
2013-11-16 11:27:16 -0500
1 parent
8f64678e
Forgot about br_register
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/template.cpp
openbr/plugins/template.cpp
View file @
30f8fe2
...
...
@@ -78,7 +78,7 @@ class NamePointsTransform : public UntrainableMetaTransform
78
78
}
79
79
};
80
80
81
-BR_REGISTER(Transform,
Label
Transform)
81
+BR_REGISTER(Transform,
NamePoints
Transform)
82
82
83
83
/*!
84
84
* \ingroup transforms
...
...