mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-26 23:42:58 +00:00
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.