summaryrefslogtreecommitdiffstats
path: root/InfoScreen.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-10-07 19:02:15 +0200
committercgzones <cgzones@googlemail.com>2020-10-09 10:18:40 +0200
commit41eea8a355d9f8935c2bcb25b4da83cf628f357b (patch)
tree83cf9e3b334d12f5eabf987f08fafc073e194507 /InfoScreen.h
parent7fa0f19ffdb65019791034f8ff4c9b73edb162b2 (diff)
Mark process argument of Process_isThread const
Diffstat (limited to 'InfoScreen.h')
-rw-r--r--InfoScreen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/InfoScreen.h b/InfoScreen.h
index e5c58461..79927c47 100644
--- a/InfoScreen.h
+++ b/InfoScreen.h
@@ -29,14 +29,14 @@ typedef struct InfoScreenClass_ {
struct InfoScreen_ {
Object super;
- Process* process;
+ const Process* process;
Panel* display;
FunctionBar* bar;
IncSet* inc;
Vector* lines;
};
-InfoScreen* InfoScreen_init(InfoScreen* this, Process* process, FunctionBar* bar, int height, const char* panelHeader);
+InfoScreen* InfoScreen_init(InfoScreen* this, const Process* process, FunctionBar* bar, int height, const char* panelHeader);
InfoScreen* InfoScreen_done(InfoScreen* this);

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