X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c7db82dced50cce6ac8440a442a8fd3f6e25c2ab..ae901b234c4a0aa7c1777b3bd181dd7f8517ad21:/src/xrc/xmlrsall.cpp

diff --git a/src/xrc/xmlrsall.cpp b/src/xrc/xmlrsall.cpp
index ccee1ef255..87a23ea384 100644
--- a/src/xrc/xmlrsall.cpp
+++ b/src/xrc/xmlrsall.cpp
@@ -75,6 +75,9 @@ void wxXmlResource::InitAllHandlers()
 #if wxUSE_COMBOBOX
     AddHandler(new wxComboBoxXmlHandler);
 #endif
+#if wxUSE_COMBOCTRL
+    AddHandler(new wxComboCtrlXmlHandler);
+#endif
 #if wxUSE_DATEPICKCTRL
     AddHandler(new wxDateCtrlXmlHandler);
 #endif