diff options
Diffstat (limited to 'Tests/MFC/mfc1/ChildFrm.cpp')
-rw-r--r-- | Tests/MFC/mfc1/ChildFrm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/MFC/mfc1/ChildFrm.cpp b/Tests/MFC/mfc1/ChildFrm.cpp index ddb19c6..a415229 100644 --- a/Tests/MFC/mfc1/ChildFrm.cpp +++ b/Tests/MFC/mfc1/ChildFrm.cpp @@ -8,7 +8,7 @@ #include "ChildFrm.h" #ifdef _DEBUG -#define new DEBUG_NEW +# define new DEBUG_NEW #endif // CChildFrame |