From 11f558f93421a42aa29e0de7e50e670facfb5bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Thu, 20 Aug 2020 21:58:14 +0200 Subject: Avoid discarding const qualifiers --- Process.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Process.h') 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_ { -- cgit v1.2.3