summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2DlgItemBelongGage.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/T2DLL/T2DlgItemBelongGage.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/T2DLL/T2DlgItemBelongGage.cpp b/src/T2DLL/T2DlgItemBelongGage.cpp
index 81dcec7..5320576 100644
--- a/src/T2DLL/T2DlgItemBelongGage.cpp
+++ b/src/T2DLL/T2DlgItemBelongGage.cpp
@@ -1,6 +1,12 @@
#include "T2DlgItemBelongGage.h"
#include "T2Tenant.h"
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
+
T2DlgItemBelongGage::T2DlgItemBelongGage(T2TowerDoc* towerDoc, T2ImageObj* imageObj, CPalette* palette)
: T2DlgItemGageBase(towerDoc, imageObj, palette)
, mTenant(NULL)