diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-03-17 21:43:29 -0700 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-03-19 13:38:40 +0100 |
commit | 403612c6662557604049479cc246c6fc035f6d0c (patch) | |
tree | 4a44541d338c1acb81b39c9db00835001e117e6a /src/decoder/plugins/GmeDecoderPlugin.cxx | |
parent | 7fe49cf24d3d39a705290d77d515ade78c072d1a (diff) |
[clang-tidy] run through performance checks
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'src/decoder/plugins/GmeDecoderPlugin.cxx')
-rw-r--r-- | src/decoder/plugins/GmeDecoderPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/plugins/GmeDecoderPlugin.cxx b/src/decoder/plugins/GmeDecoderPlugin.cxx index 84365fae2..4fb6af43e 100644 --- a/src/decoder/plugins/GmeDecoderPlugin.cxx +++ b/src/decoder/plugins/GmeDecoderPlugin.cxx @@ -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); |