diff options
Diffstat (limited to '')
-rw-r--r-- | src/T2DLL/T2DlgItemHScr.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/T2DLL/T2DlgItemHScr.cpp b/src/T2DLL/T2DlgItemHScr.cpp index add3d0c..98100c1 100644 --- a/src/T2DLL/T2DlgItemHScr.cpp +++ b/src/T2DLL/T2DlgItemHScr.cpp @@ -1,6 +1,12 @@ #include "T2BitImage.h" #include "T2DlgItemHScr.h" +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif + T2DlgItemHScr::T2DlgItemHScr(T2TowerDoc* towerDoc, T2ImageObj* imageObj, CPalette* palette) : T2DlgItemScr(towerDoc, imageObj, palette) { |