X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/56d2f75071fc2a29ec10abe97c5a908bb35f30f4..6dfec4b8d901b13f11745a1371083a0b8c1c6980:/contrib/src/xml/xml.cpp 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); }