summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-10-21 21:26:09 +0200
committercgzones <cgzones@googlemail.com>2020-10-26 19:30:38 +0100
commita3bb7cbe649d9c718b65aded4c6b2445ff5d20d5 (patch)
tree0777ed5bf2fe322227fe114cd1126ab77bc8ccf1 /ProcessList.h
parent4eb443926f9944f4c100b1aabfb5553cbbd98874 (diff)
Hold only a const version of Settings in ProcessList
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h2
1 files changed, 1 insertions, 1 deletions
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;

© 2014-2024 Faster IT GmbH | imprint | privacy policy