mirror of
https://review.haiku-os.org/haiku
synced 2025-02-05 05:14:57 +01:00
* AVLTreeMap::_GetKey(): Change return type from const Key& to Key, so the strategy can do that as well and doesn't have have a Key object in the node. * Fix the Auto strategy: It was using the undefined _GetKey() instead of GetKey().