]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tarstrm.h
remove DoSetSize override, unneeded after r72001
[wxWidgets.git] / include / wx / tarstrm.h
index 5043c5f29e8c43145a5c09409d1b395e3eca86db..44087ccabd9ea6ef7af4a5a53c067bfc901a02d5 100644 (file)
@@ -200,7 +200,7 @@ private:
     wxTarHeaderRecords *m_HeaderRecs;
     wxTarHeaderRecords *m_GlobalHeaderRecs;
 
-    DECLARE_NO_COPY_CLASS(wxTarInputStream)
+    wxDECLARE_NO_COPY_CLASS(wxTarInputStream);
 };
 
 
@@ -283,7 +283,7 @@ private:
     wxString m_badfit;
     bool m_endrecWritten;
 
-    DECLARE_NO_COPY_CLASS(wxTarOutputStream)
+    wxDECLARE_NO_COPY_CLASS(wxTarOutputStream);
 };