OSDN Git Service

Fix warning "dialog data checkbox value (-842150451) out of range"
authorsdottaka <none@none>
Mon, 4 Feb 2013 07:21:40 +0000 (23:21 -0800)
committersdottaka <none@none>
Mon, 4 Feb 2013 07:21:40 +0000 (23:21 -0800)
Src/OpenView.cpp

index 3b56cce..3632613 100644 (file)
@@ -100,6 +100,7 @@ END_MESSAGE_MAP()
 COpenView::COpenView()
        : CFormView(COpenView::IDD)
        , m_pUpdateButtonStatusThread(NULL)
+       , m_bRecurse(FALSE)
 {
        // TODO: add construction code here
 }