Skip to content

Commit 00bd9eb

Browse files
committed
Fix compilation following previous commit
1 parent e84a9a8 commit 00bd9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/libs/libmythbase/mythcorecontext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ void MythCoreContext::ReInitLocale(void)
12841284
QLocale::setDefault(d->m_locale->ToQLocale());
12851285
}
12861286

1287-
const QLocale MythCoreContext::GetQLocale(void) const
1287+
const QLocale MythCoreContext::GetQLocale(void)
12881288
{
12891289
if (!d->m_locale)
12901290
InitLocale();

0 commit comments

Comments
 (0)