From b173ffc4822c96b65aa60754be2801694b584e11 Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Mon, 12 Aug 2013 21:02:30 -0400 Subject: [PATCH] Fixed pointer in DisplayGUI --- openbr/plugins/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- libgit2 0.21.4