From a3bb7cbe649d9c718b65aded4c6b2445ff5d20d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Wed, 21 Oct 2020 21:26:09 +0200 Subject: Hold only a const version of Settings in ProcessList --- ProcessList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ProcessList.h') diff --git a/ProcessList.h b/ProcessList.h index 07fe48bc..4c09e4ce 100644 --- a/ProcessList.h +++ b/ProcessList.h @@ -35,7 +35,7 @@ in the source distribution for its full text. #endif typedef struct ProcessList_ { - Settings* settings; + const Settings* settings; Vector* processes; Vector* processes2; -- cgit v1.2.3