summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2TenantInfoDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2DLL/T2TenantInfoDialog.cpp')
-rw-r--r--src/T2DLL/T2TenantInfoDialog.cpp4
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() {