From 69f439eff387a6ecb52734e400b297a3c85f2285 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Tue, 21 Sep 2021 08:35:19 +0200 Subject: New upstream version 3.1.0 --- AffinityPanel.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'AffinityPanel.h') diff --git a/AffinityPanel.h b/AffinityPanel.h index fdefeae..183e447 100644 --- a/AffinityPanel.h +++ b/AffinityPanel.h @@ -7,13 +7,14 @@ Released under the GNU GPLv2, see the COPYING file in the source distribution for its full text. */ -#include "Panel.h" #include "Affinity.h" +#include "Panel.h" #include "ProcessList.h" + 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