瀏覽代碼

avl_tree: tiny bug fix.

undefined
Guillaume Bittoun Sam Hocevar <sam@hocevar.net> 10 年之前
父節點
當前提交
b9e265f46b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/lol/base/avl_tree.h

+ 1
- 1
src/lol/base/avl_tree.h 查看文件

@@ -39,7 +39,7 @@ public:
{
this->clear();

this->m_count = other->m_count;
this->m_count = other.m_count;

for (auto iterator : other)
this->insert(iterator.key, iterator.value);


Loading…
取消
儲存