Parcourir la source

avl_tree: compilation fix.

undefined
Sam Hocevar il y a 11 ans
Parent
révision
a334a8544f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/lol/algorithm/avl_tree.h

+ 1
- 1
src/lol/algorithm/avl_tree.h Voir le fichier

@@ -85,7 +85,7 @@ public:
return false;
}

bool try_get_max(K const * & key, V * & value_ptr) const
bool try_get_max(K const * & key_ptr, V * & value_ptr) const
{
tree_node * max_node = nullptr;



Chargement…
Annuler
Enregistrer