projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Implement monitoring of file descriptors in wxMotif event loop.
[wxWidgets.git]
/
include
/
wx
/
zipstrm.h
diff --git
a/include/wx/zipstrm.h
b/include/wx/zipstrm.h
index 21a897bf6888bbba66d6615eae1611e98a04186e..618403f95c9a16288f94b60821e38a230154f368 100644
(file)
--- a/
include/wx/zipstrm.h
+++ b/
include/wx/zipstrm.h
@@
-112,8
+112,8
@@
enum wxZipFlags
// Forward decls
//
// Forward decls
//
-class WXDLLIMPEXP_BASE wxZipEntry;
-class WXDLLIMPEXP_BASE wxZipInputStream;
+class WXDLLIMPEXP_
FWD_
BASE wxZipEntry;
+class WXDLLIMPEXP_
FWD_
BASE wxZipInputStream;
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
@@
-346,8
+346,9
@@
private:
int m_level;
wxFileOffset m_offsetAdjustment;
wxString m_Comment;
int m_level;
wxFileOffset m_offsetAdjustment;
wxString m_Comment;
+ bool m_endrecWritten;
- DECLARE_NO_COPY_CLASS(wxZipOutputStream)
+ wxDECLARE_NO_COPY_CLASS(wxZipOutputStream);
};
};
@@
-445,7
+446,7
@@
private:
friend class wxArchiveFSHandler;
#endif
friend class wxArchiveFSHandler;
#endif
- DECLARE_NO_COPY_CLASS(wxZipInputStream)
+ wxDECLARE_NO_COPY_CLASS(wxZipInputStream);
};
};