projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
s/Chiniese/Chinese/g
[wxWidgets.git]
/
include
/
wx
/
objstrm.h
diff --git
a/include/wx/objstrm.h
b/include/wx/objstrm.h
index 699492671c183c6cb8369737e1b73ad322ad4feb..8d1970df1f10435d6568aac693c0731a91c563ac 100644
(file)
--- a/
include/wx/objstrm.h
+++ b/
include/wx/objstrm.h
@@
-16,6
+16,9
@@
#endif
#include "wx/defs.h"
+
+#if wxUSE_STREAMS && wxUSE_SERIAL
+
#include "wx/object.h"
#include "wx/string.h"
#include "wx/stream.h"
@@
-81,3
+84,7
@@
class wxObjectInputStream : public wxFilterInputStream {
};
#endif
+ // wxUSE_STREAMS && wxUSE_SERIAL
+
+#endif
+// _WX_WXOBJSTRM_H__