const up XRequest

Change-Id: Ic1c5e13a9e3fa7bfe745588442ac4e70d9cc9e09
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187824
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
This commit is contained in:
Caolán McNamara
2025-07-13 20:09:28 +01:00
parent b25dc74888
commit a8ee2fb659

View File

@ -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",