projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
adding proper iphone includes
[wxWidgets.git]
/
include
/
wx
/
zipstrm.h
diff --git
a/include/wx/zipstrm.h
b/include/wx/zipstrm.h
index 5d3d67530dcb055af875835b041de16d152e86bd..618403f95c9a16288f94b60821e38a230154f368 100644
(file)
--- a/
include/wx/zipstrm.h
+++ b/
include/wx/zipstrm.h
@@
-348,7
+348,7
@@
private:
wxString m_Comment;
bool m_endrecWritten;
wxString m_Comment;
bool m_endrecWritten;
- DECLARE_NO_COPY_CLASS(wxZipOutputStream)
+ wxDECLARE_NO_COPY_CLASS(wxZipOutputStream);
};
};
@@
-446,7
+446,7
@@
private:
friend class wxArchiveFSHandler;
#endif
friend class wxArchiveFSHandler;
#endif
- DECLARE_NO_COPY_CLASS(wxZipInputStream)
+ wxDECLARE_NO_COPY_CLASS(wxZipInputStream);
};
};