summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ProcessList.h b/ProcessList.h
index 23d28f22..687c1f3e 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -15,7 +15,7 @@ in the source distribution for its full text.
#endif
#include "Process.h"
-#include "TypedVector.h"
+#include "Vector.h"
#include "UsersTable.h"
#include "Hashtable.h"
@@ -56,8 +56,8 @@ in the source distribution for its full text.
typedef struct ProcessList_ {
- TypedVector* processes;
- TypedVector* processes2;
+ Vector* processes;
+ Vector* processes2;
Hashtable* processTable;
Process* prototype;
UsersTable* usersTable;