X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/56d2f75071fc2a29ec10abe97c5a908bb35f30f4..b1229561e530e829f61887930f2004d9814743b0:/contrib/src/xml/xml.cpp?ds=inline diff --git a/contrib/src/xml/xml.cpp b/contrib/src/xml/xml.cpp index 284b870acb..89ed5a56d9 100644 --- a/contrib/src/xml/xml.cpp +++ b/contrib/src/xml/xml.cpp @@ -406,6 +406,7 @@ void wxXmlDocument::CleanUpHandlers() void wxXmlDocument::InitStandardHandlers() { AddHandler(new wxXmlIOHandlerBin); + AddHandler(new wxXmlIOHandlerBinZ); AddHandler(new wxXmlIOHandlerLibxml); }