]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tarstrm.h
wxMSW: return correct value from wxMessageDialog::GetReturnCode().
[wxWidgets.git] / include / wx / tarstrm.h
index 5043c5f29e8c43145a5c09409d1b395e3eca86db..906d4383eca3a32a282b9884315e9375178d9017 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        wx/tarstrm.h
 // Purpose:     Streams for Tar files
 // Author:      Mike Wetherell
-// RCS-ID:      $Id$
 // Copyright:   (c) 2004 Mike Wetherell
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -200,7 +199,7 @@ private:
     wxTarHeaderRecords *m_HeaderRecs;
     wxTarHeaderRecords *m_GlobalHeaderRecs;
 
-    DECLARE_NO_COPY_CLASS(wxTarInputStream)
+    wxDECLARE_NO_COPY_CLASS(wxTarInputStream);
 };
 
 
@@ -283,7 +282,7 @@ private:
     wxString m_badfit;
     bool m_endrecWritten;
 
-    DECLARE_NO_COPY_CLASS(wxTarOutputStream)
+    wxDECLARE_NO_COPY_CLASS(wxTarOutputStream);
 };