warning fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -345,7 +345,7 @@ wxFindReplaceDialog::~wxFindReplaceDialog()
|
||||
m_isShown = FALSE;
|
||||
|
||||
// and from destroying our window
|
||||
m_hWnd = NULL;
|
||||
m_hWnd = (WXHWND)NULL;
|
||||
}
|
||||
|
||||
bool wxFindReplaceDialog::Create(wxWindow *parent,
|
||||
|
Reference in New Issue
Block a user