]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tarstrm.h
deprecate OnScroll() which existed for compatibility only even before
[wxWidgets.git] / include / wx / tarstrm.h
index b92119904f85f6eb98696797652e3a5255d611d7..5043c5f29e8c43145a5c09409d1b395e3eca86db 100644 (file)
@@ -22,7 +22,8 @@
 // Constants
 
 // TypeFlag values
-enum {
+enum wxTarType
+{
     wxTAR_REGTYPE   = '0',      // regular file
     wxTAR_LNKTYPE   = '1',      // hard link
     wxTAR_SYMTYPE   = '2',      // symbolic link
@@ -280,6 +281,7 @@ private:
     char *m_extendedHdr;
     size_t m_extendedSize;
     wxString m_badfit;
+    bool m_endrecWritten;
 
     DECLARE_NO_COPY_CLASS(wxTarOutputStream)
 };