summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qromancalendar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/time/qromancalendar.cpp')
-rw-r--r--src/corelib/time/qromancalendar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/time/qromancalendar.cpp b/src/corelib/time/qromancalendar.cpp
index c3cd134490..98b53eb9cf 100644
--- a/src/corelib/time/qromancalendar.cpp
+++ b/src/corelib/time/qromancalendar.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2019 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtCore module of the Qt Toolkit.
@@ -97,7 +97,7 @@ const QCalendarLocale *QRomanCalendar::localeMonthIndexData() const
return locale_data;
}
-const ushort *QRomanCalendar::localeMonthData() const
+const char16_t *QRomanCalendar::localeMonthData() const
{
return months_data;
}