diff options
Diffstat (limited to 'src/T2DLL/T2TenantInfoDialog.cpp')
-rw-r--r-- | src/T2DLL/T2TenantInfoDialog.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/T2DLL/T2TenantInfoDialog.cpp b/src/T2DLL/T2TenantInfoDialog.cpp index 149de6c..cfe4621 100644 --- a/src/T2DLL/T2TenantInfoDialog.cpp +++ b/src/T2DLL/T2TenantInfoDialog.cpp @@ -1,6 +1,8 @@ #include "T2TenantInfoDialog.h" -T2TenantInfoDialog::T2TenantInfoDialog(T2Tenant*) { +T2TenantInfoDialog::T2TenantInfoDialog(T2Tenant* inTenant) + : T2EquipInfoDialog(inTenant) +{ } /*virtual*/ T2TenantInfoDialog::~T2TenantInfoDialog() { |