[clang-tidy] run through performance checks

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-03-17 21:43:29 -07:00
committed by Max Kellermann
parent 7fe49cf24d
commit 403612c666
2 changed files with 5 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ ParseContainerPath(Path path_fs)
}
static Music_Emu*
LoadGmeAndM3u(GmeContainerPath container) {
LoadGmeAndM3u(const GmeContainerPath& container) {
const char *path = container.path.c_str();
const char *suffix = uri_get_suffix(path);