Compile fix for --enable-stl.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2006-10-27 14:14:54 +00:00
parent 46b15bd575
commit 45c64b28ba
2 changed files with 5 additions and 5 deletions

View File

@@ -569,8 +569,6 @@ void wxTarEntry::SetMode(int mode)
wxDECLARE_SCOPED_PTR(wxTarEntry, wxTarEntryPtr_)
wxDEFINE_SCOPED_PTR (wxTarEntry, wxTarEntryPtr_)
WX_DECLARE_STRING_HASH_MAP(wxString, wxTarHeaderRecords);
wxTarInputStream::wxTarInputStream(wxInputStream& stream,
wxMBConv& conv /*=wxConvLocal*/)
: wxArchiveInputStream(stream, conv)