X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e5db28fd7cda3943b41e86a731c65358284bb0ce..120249f602e466e8a47bbb345043cf379552aa3d:/src/xrc/xmlrsall.cpp?ds=inline diff --git a/src/xrc/xmlrsall.cpp b/src/xrc/xmlrsall.cpp index 7de3f4f9cb..2749b9eb00 100644 --- a/src/xrc/xmlrsall.cpp +++ b/src/xrc/xmlrsall.cpp @@ -43,7 +43,7 @@ void wxXmlResource::InitAllHandlers() #endif AddHandler(new wxListCtrlXmlHandler); #if wxUSE_CHECKLISTBOX - AddHandler(new wxCheckListXmlHandler); + AddHandler(new wxCheckListBoxXmlHandler); #endif #if wxUSE_CHOICE AddHandler(new wxChoiceXmlHandler);