Commit b173ffc4822c96b65aa60754be2801694b584e11

Authored by Scott Klum
1 parent 15336a59

Fixed pointer in DisplayGUI

Showing 1 changed file with 1 additions and 1 deletions
openbr/plugins/gui.cpp
... ... @@ -545,7 +545,7 @@ public:
545 545  
546 546 void project(const TemplateList &src, TemplateList &dst) const
547 547 {
548   - Transform * non_const = (ShowTransform *) this;
  548 + Transform * non_const = (ElicitTransform *) this;
549 549 non_const->projectUpdate(src,dst);
550 550 }
551 551  
... ...