From c2efba6907fab934a04959b9bb644cf7141cc955 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Sat, 1 Jul 2023 23:04:04 +0100 Subject: matched T2DLL as well as i can --- src/T2DLL/T2TenantArrayList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/T2DLL/T2TenantArrayList.h') 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); -- cgit v1.2.3