summaryrefslogtreecommitdiffstats
path: root/solaris/SolarisProcess.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-10-21 21:26:01 +0200
committercgzones <cgzones@googlemail.com>2020-10-26 19:30:38 +0100
commit71091724319c85574f5dbb11230ef5fe463f12fd (patch)
tree9e0b0f5ae2631de164b8f4c59f272477d2829aa3 /solaris/SolarisProcess.h
parent72103e9613a4767a3aad2dd63c629f4a1384880c (diff)
Mark process parameter of Process_writeField consistently const
Diffstat (limited to 'solaris/SolarisProcess.h')
-rw-r--r--solaris/SolarisProcess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/solaris/SolarisProcess.h b/solaris/SolarisProcess.h
index a1b3b14d..23012a2f 100644
--- a/solaris/SolarisProcess.h
+++ b/solaris/SolarisProcess.h
@@ -54,7 +54,7 @@ SolarisProcess* SolarisProcess_new(Settings* settings);
void Process_delete(Object* cast);
-void SolarisProcess_writeField(Process* this, RichString* str, ProcessField field);
+void SolarisProcess_writeField(const Process* this, RichString* str, ProcessField field);
long SolarisProcess_compare(const void* v1, const void* v2);

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