diff --git a/openbr/plugins/gui.cpp b/openbr/plugins/gui.cpp index d48797b..386772d 100644 --- a/openbr/plugins/gui.cpp +++ b/openbr/plugins/gui.cpp @@ -545,7 +545,7 @@ public: void project(const TemplateList &src, TemplateList &dst) const { - Transform * non_const = (ShowTransform *) this; + Transform * non_const = (ElicitTransform *) this; non_const->projectUpdate(src,dst); }