warning fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-08-25 20:13:14 +00:00
parent ebb0781f91
commit 44d5b352ae
2 changed files with 2 additions and 5 deletions

View File

@@ -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,