summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2TenantArrayList.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2DLL/T2TenantArrayList.h')
-rw-r--r--src/T2DLL/T2TenantArrayList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/T2TenantArrayList.h b/src/T2DLL/T2TenantArrayList.h
index 0e3e8b5..213f3bc 100644
--- a/src/T2DLL/T2TenantArrayList.h
+++ b/src/T2DLL/T2TenantArrayList.h
@@ -10,7 +10,7 @@ public:
unsigned int GetItemCount();
T2TenantArray* GetItemAt(int);
T2Tenant* GetTenantByID(unsigned int);
- T2Tenant* GetTenantByPID(unsigned long);
+ T2Tenant* GetTenantByPID(DWORD);
T2Tenant* FindUnusedTenant();
void DispatchIdle(T2TowerDoc*);
void TenantRemoved(unsigned int);