[BROWSEUI] Fix addreseditbox.h assertion

CORE-17505
This commit is contained in:
Katayama Hirofumi MZ 2021-03-11 16:42:29 +09:00
parent 31f20137b6
commit 32a9b64051

View file

@ -31,8 +31,8 @@ TODO:
*/
CAddressEditBox::CAddressEditBox() :
fCombobox(NULL, this, 1),
fEditWindow(NULL, this, 1),
fCombobox(WC_COMBOBOXEXW, this),
fEditWindow(WC_EDITW, this),
fSite(NULL),
pidlLastParsed(NULL)
{