소스 검색

avl_tree: tiny bug fix.

undefined
Guillaume Bittoun Sam Hocevar <sam@hocevar.net> 11 년 전
부모
커밋
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);


불러오는 중...
취소
저장