Explorar el Código

avl_tree: tiny bug fix.

undefined
Guillaume Bittoun Sam Hocevar <sam@hocevar.net> hace 10 años
padre
commit
b9e265f46b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/lol/base/avl_tree.h

+ 1
- 1
src/lol/base/avl_tree.h Ver fichero

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


Cargando…
Cancelar
Guardar