summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-08-20 21:58:14 +0200
committerChristian Göttsche <cgzones@googlemail.com>2020-08-25 12:00:03 +0200
commit11f558f93421a42aa29e0de7e50e670facfb5bb2 (patch)
tree0a61edc95364eb3581a1894b14b458e1a339a6dd /Process.h
parent7457bfe9f319d939f9840a79703991d4b7beaaab (diff)
Avoid discarding const qualifiers
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Process.h b/Process.h
index 56a4dba1..3085f164 100644
--- a/Process.h
+++ b/Process.h
@@ -61,7 +61,7 @@ typedef enum ProcessFields {
typedef struct ProcessPidColumn_ {
int id;
- char* label;
+ const char* label;
} ProcessPidColumn;
typedef struct Process_ {

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