vcl/unx/generic/app/saldata.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 96bf84560a7ff336f7c8d2adcc2703b522bd2bb3 Author: Caolán McNamara <caolan.mcnam...@collabora.com> AuthorDate: Sun Jul 13 20:09:28 2025 +0100 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Tue Jul 22 11:46:19 2025 +0200 const up XRequest Change-Id: Ic1c5e13a9e3fa7bfe745588442ac4e70d9cc9e09 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187824 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com> (cherry picked from commit a8ee2fb659246b3d0498617e6d24294818eb1c8e) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188074 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> diff --git a/vcl/unx/generic/app/saldata.cxx b/vcl/unx/generic/app/saldata.cxx index e155acc45ec6..f73938ff3a73 100644 --- a/vcl/unx/generic/app/saldata.cxx +++ b/vcl/unx/generic/app/saldata.cxx @@ -97,7 +97,7 @@ static int XIOErrorHdl( Display * ) const struct timeval noyield_ = { 0, 0 }; const struct timeval yield_ = { 0, 10000 }; -static const char* XRequest[] = { +const char* const XRequest[] = { // see /usr/lib/X11/XErrorDB, /usr/openwin/lib/XErrorDB ... nullptr, "X_CreateWindow",