Change the factory constructor to not use a predefined wxMBConv object as it
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Thu, 16 Nov 2006 14:30:20 +0000 (14:30 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Thu, 16 Nov 2006 14:30:20 +0000 (14:30 +0000)
commit80e62471ad4796959c46655383b18135aa646bb2
treea4918211aaa45447cf95e8ced3dd0b331eefc746
parentf2dc88a0508a801c68801af0e6bbeba9cf5dd5c0
Change the factory constructor to not use a predefined wxMBConv object as it
prevents global instances of the factories. The predefined converters are
references which may not have been initialised when a global factory's
constructor runs.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/archive.h