mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 21:41:28 +01:00
8fd0aea602
* 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().