Kaynağa Gözat

avl_tree: tiny bug fix.

undefined
Guillaume Bittoun Sam Hocevar <sam@hocevar.net> 11 yıl önce
ebeveyn
işleme
b9e265f46b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/lol/base/avl_tree.h

+ 1
- 1
src/lol/base/avl_tree.h Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet