From d72b0a682ecad0a8d5793022733447e855a61798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 5 Jan 2021 23:42:55 +0100 Subject: Mark several non-modified pointer variables const --- AffinityPanel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AffinityPanel.h') diff --git a/AffinityPanel.h b/AffinityPanel.h index fdefeae4..e95c7325 100644 --- a/AffinityPanel.h +++ b/AffinityPanel.h @@ -13,7 +13,7 @@ in the source distribution for its full text. extern const PanelClass AffinityPanel_class; -Panel* AffinityPanel_new(ProcessList* pl, Affinity* affinity, int* width); +Panel* AffinityPanel_new(ProcessList* pl, const Affinity* affinity, int* width); Affinity* AffinityPanel_getAffinity(Panel* super, ProcessList* pl); -- cgit v1.2.3