From: Václav Slavík Date: Fri, 11 Aug 2000 19:07:54 +0000 (+0000) Subject: added binz handler to standard handlers initialized always X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6ba549f2a5674c41abbd140197c81d08f4df21d7 added binz handler to standard handlers initialized always git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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); }