From 6a7a0ac6aa50d6f90263c72fcfb42a6451fb841a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 16 Mar 2020 08:46:20 +0200 Subject: Revert "loplugin:constfields in vcl" This reverts commit 59887868da3499c68d5f259cfa48178354397448. Change-Id: I0f3f6a7680c78103a559a0f881badc8211b97ace Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90544 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/source/app/svmain.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl/source/app/svmain.cxx') diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx index baa881d84e06..ec8dbca95d0c 100644 --- a/vcl/source/app/svmain.cxx +++ b/vcl/source/app/svmain.cxx @@ -611,8 +611,8 @@ namespace { // only one call is allowed struct WorkerThreadData { - oslWorkerFunction const pWorker; - void * const pThreadData; + oslWorkerFunction pWorker; + void * pThreadData; WorkerThreadData( oslWorkerFunction pWorker_, void * pThreadData_ ) : pWorker( pWorker_ ) , pThreadData( pThreadData_ ) -- cgit