Commit d257a3b5 authored by Lioncash's avatar Lioncash
Browse files

partition_data_manager: Take VirtualFile by const reference in constructor

Given the VirtualFile instance isn't stored into the class as a data
member, or written to, this can just be turned into a const reference,
as the constructor doesn't need to make a copy of it.
parent e96d69c3
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