summaryrefslogtreecommitdiffstats
path: root/freebsd/FreeBSDProcess.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 /freebsd/FreeBSDProcess.h
parent7fa0f19ffdb65019791034f8ff4c9b73edb162b2 (diff)
Mark process argument of Process_isThread const
Diffstat (limited to 'freebsd/FreeBSDProcess.h')
-rw-r--r--freebsd/FreeBSDProcess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/FreeBSDProcess.h b/freebsd/FreeBSDProcess.h
index 80dcaf65..f6fa8b3e 100644
--- a/freebsd/FreeBSDProcess.h
+++ b/freebsd/FreeBSDProcess.h
@@ -39,6 +39,6 @@ void FreeBSDProcess_writeField(Process* this, RichString* str, ProcessField fiel
long FreeBSDProcess_compare(const void* v1, const void* v2);
-bool Process_isThread(Process* this);
+bool Process_isThread(const Process* this);
#endif

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