瀏覽代碼

avl_tree: compilation fix.

undefined
Sam Hocevar 10 年之前
父節點
當前提交
a334a8544f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/lol/algorithm/avl_tree.h

+ 1
- 1
src/lol/algorithm/avl_tree.h 查看文件

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



Loading…
取消
儲存