Make the `Object *` argument `const` in `BKE_pose_minmax()`. There is no writing to the object to cache the bounding box, and that's now clear from the declaration as well. No functional changes.
Make the `Object *` argument `const` in `BKE_pose_minmax()`. There is no writing to the object to cache the bounding box, and that's now clear from the declaration as well. No functional changes.