Przeglądaj źródła

avl_tree: tiny bug fix.

undefined
Guillaume Bittoun Sam Hocevar <sam@hocevar.net> 10 lat temu
rodzic
commit
b9e265f46b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/lol/base/avl_tree.h

+ 1
- 1
src/lol/base/avl_tree.h Wyświetl plik

@@ -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);


Ładowanie…
Anuluj
Zapisz