Skip to content

Commit

Permalink
clazy: Fix "missing reference on non-trivial type" warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Nov 20, 2022
1 parent 7dc1c3b commit 1e7f613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmyth/mythcontext.cpp
Expand Up @@ -64,7 +64,7 @@ class GUISettingsCache
{
public:
GUISettingsCache() = default;
GUISettingsCache(QString cache_filename, QString cache_path)
GUISettingsCache(const QString& cache_filename, QString cache_path)
: m_cache_path(std::move(cache_path))
{
m_cache_filename = m_cache_path + '/' + cache_filename;
Expand Down

0 comments on commit 1e7f613

Please sign in to comment.