[commit] r1568 - trunk/GME/MgaUtil
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Fri Sep 30 09:51:45 CDT 2011
Author: ksmyth
Date: Fri Sep 30 09:51:44 2011
New Revision: 1568
Log:
VERIFY
Modified:
trunk/GME/MgaUtil/MgaProgressDlg.cpp
Modified: trunk/GME/MgaUtil/MgaProgressDlg.cpp
==============================================================================
--- trunk/GME/MgaUtil/MgaProgressDlg.cpp Fri Sep 30 09:51:34 2011 (r1567)
+++ trunk/GME/MgaUtil/MgaProgressDlg.cpp Fri Sep 30 09:51:44 2011 (r1568)
@@ -124,7 +124,7 @@
HWND hwnd = dlg.m_hWnd;
dlg.Detach();
ASSERT( dlg.m_hWnd == NULL );
- ::DestroyWindow(hwnd);
+ VERIFY(::DestroyWindow(hwnd));
return S_OK;
}
More information about the gme-commit
mailing list