CMappedTree.hpp, change at to CMappedList

Issue #25 resolved
Robert Katzschmann created an issue

diff --git a/src/sutil/CMappedTree.hpp b/src/sutil/CMappedTree.hpp index 42a6981..65725c0 100644 --- a/src/sutil/CMappedTree.hpp +++ b/src/sutil/CMappedTree.hpp @@ -147,7 +147,7 @@ namespace sutil deepCopy(arg_mt); if(true == flag) { - this->root_node_ = at(arg_mt->getRootNode()->name_); + this->root_node_ = CMappedList<TIdx,TNode>::at(arg_mt->getRootNode()->name_); this->has_been_init_ = arg_mt->has_been_init_; return true; }

Comments (2)

  1. Log in to comment