summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qsharedmemory_win.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qsharedmemory_win.cpp')
-rw-r--r--src/corelib/kernel/qsharedmemory_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qsharedmemory_win.cpp b/src/corelib/kernel/qsharedmemory_win.cpp
index 920f60b286..5fced88120 100644
--- a/src/corelib/kernel/qsharedmemory_win.cpp
+++ b/src/corelib/kernel/qsharedmemory_win.cpp
@@ -58,7 +58,7 @@ QSharedMemoryPrivate::QSharedMemoryPrivate() :
{
}
-void QSharedMemoryPrivate::setErrorString(QLatin1String function)
+void QSharedMemoryPrivate::setErrorString(QLatin1StringView function)
{
DWORD windowsError = GetLastError();
if (windowsError == 0)