summaryrefslogtreecommitdiffstats
path: root/vcl/unx/gtk3_kde5/kde5_filepicker_ipc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk3_kde5/kde5_filepicker_ipc.cxx')
-rw-r--r--vcl/unx/gtk3_kde5/kde5_filepicker_ipc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk3_kde5/kde5_filepicker_ipc.cxx b/vcl/unx/gtk3_kde5/kde5_filepicker_ipc.cxx
index aeb864eae2ef..15ff95f02074 100644
--- a/vcl/unx/gtk3_kde5/kde5_filepicker_ipc.cxx
+++ b/vcl/unx/gtk3_kde5/kde5_filepicker_ipc.cxx
@@ -44,7 +44,7 @@ void sendIpcArg(std::ostream& stream, const QString& string)
sendIpcStringArg(stream, utf8.size(), utf8.data());
}
-void sendIpcArg(std::ostream& stream, const QStringList& list)
+static void sendIpcArg(std::ostream& stream, const QStringList& list)
{
stream << static_cast<uint32_t>(list.size()) << ' ';
for (const auto& entry : list)