X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eedf3bcbb39a0881f065e124ab3aadbf725dcbca..d8af1bf97d364e0f499fb509cb9639d040b52186:/include/wx/archive.h diff --git a/include/wx/archive.h b/include/wx/archive.h index 574f8bf659..0858d299f3 100644 --- a/include/wx/archive.h +++ b/include/wx/archive.h @@ -10,10 +10,6 @@ #ifndef _WX_ARCHIVE_H__ #define _WX_ARCHIVE_H__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "archive.h" -#endif - #include "wx/defs.h" #if wxUSE_STREAMS && wxUSE_ARCHIVE_STREAMS @@ -108,6 +104,7 @@ public: protected: wxArchiveInputStream(wxInputStream& stream, wxMBConv& conv); + wxArchiveInputStream(wxInputStream *stream, wxMBConv& conv); virtual wxArchiveEntry *DoGetNextEntry() = 0; @@ -153,6 +150,7 @@ public: protected: wxArchiveOutputStream(wxOutputStream& stream, wxMBConv& conv); + wxArchiveOutputStream(wxOutputStream *stream, wxMBConv& conv); wxMBConv& GetConv() const { return m_conv; } @@ -312,7 +310,9 @@ typedef wxArchiveIterator