From b291fba02b8d9bb52cd8a23ef5fffbba4f89ff0a Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 9 Apr 2015 15:40:27 -0300 Subject: Fixes to use platform-specific compare routines. --- ProcessList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ProcessList.h') diff --git a/ProcessList.h b/ProcessList.h index e00585fd..f96481ea 100644 --- a/ProcessList.h +++ b/ProcessList.h @@ -67,7 +67,7 @@ void ProcessList_delete(ProcessList* pl); void ProcessList_goThroughEntries(ProcessList* pl); -ProcessList* ProcessList_init(ProcessList* this, UsersTable* usersTable, Hashtable* pidWhiteList, uid_t userId); +ProcessList* ProcessList_init(ProcessList* this, ObjectClass* klass, UsersTable* usersTable, Hashtable* pidWhiteList, uid_t userId); void ProcessList_done(ProcessList* this); -- cgit v1.2.3