]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/archive.h
return name and extension by const ref, not by value, to prevent bugs as the one...
[wxWidgets.git] / include / wx / archive.h
index aee02d5bee1cc078ccffbbe6a8cc0f9c4ed5dea3..c38ac18ce6b31e75a56efab40ed7380f50c567aa 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "wx/defs.h"
 
-#if wxUSE_STREAMS && wxUSE_ARCSTREAM
+#if wxUSE_STREAMS && wxUSE_ARCHIVE_STREAMS
 
 #include "wx/stream.h"
 #include "wx/filename.h"
@@ -355,6 +355,6 @@ private:
     DECLARE_ABSTRACT_CLASS(wxArchiveClassFactory)
 };
 
-#endif // wxUSE_STREAMS && wxUSE_ARCSTREAM
+#endif // wxUSE_STREAMS && wxUSE_ARCHIVE_STREAMS
 
 #endif // _WX_ARCHIVE_H__