summaryrefslogtreecommitdiffstats
path: root/MainPanel.h
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-05-25 16:46:47 -0300
committerHisham <hisham@gobolinux.org>2016-05-25 16:46:47 -0300
commit6cc0a8c82006fbe418ae1189586ab3974758f028 (patch)
treec20521a3186cdebdfe34fef4e770410226bf4243 /MainPanel.h
parent645057d81aa619f4f9704cd221e63b357ac7f749 (diff)
Make sure a pointer fits in the argument!
Diffstat (limited to 'MainPanel.h')
-rw-r--r--MainPanel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MainPanel.h b/MainPanel.h
index 83253d66..f4671f33 100644
--- a/MainPanel.h
+++ b/MainPanel.h
@@ -34,7 +34,7 @@ int MainPanel_selectedPid(MainPanel* this);
const char* MainPanel_getValue(MainPanel* this, int i);
-bool MainPanel_foreachProcess(MainPanel* this, MainPanel_ForeachProcessFn fn, int arg, bool* wasAnyTagged);
+bool MainPanel_foreachProcess(MainPanel* this, MainPanel_ForeachProcessFn fn, size_t arg, bool* wasAnyTagged);
extern PanelClass MainPanel_class;

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