Commit f9a26d46 authored by Lioncash's avatar Lioncash
Browse files

profile_manager: Take ProfileInfo by const reference where applicable

ProfileInfo is quite a large struct in terms of data, and we don't need
to perform a copy in these instances, so we can just pass constant
references instead.
parent 1277556c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment