Skip to content

Commit

Permalink
Convert construct_sort_title argument to a const reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Apr 2, 2023
1 parent 4f6eb55 commit 95834f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythfrontend/playbackbox.cpp
Expand Up @@ -216,7 +216,7 @@ static PlaybackBox::ViewMask m_viewMaskToggle(PlaybackBox::ViewMask mask,
}

static QString construct_sort_title(
QString title, QString sortTitle, PlaybackBox::ViewMask viewmask,
QString title, const QString& sortTitle, PlaybackBox::ViewMask viewmask,
PlaybackBox::ViewTitleSort sortType, int recpriority)
{
if (title.isEmpty())
Expand Down

0 comments on commit 95834f0

Please sign in to comment.