aboutsummaryrefslogtreecommitdiffstats
path: root/AffinityPanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'AffinityPanel.h')
-rw-r--r--AffinityPanel.h5
1 files changed, 3 insertions, 2 deletions
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);

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