diff --git a/interface/wx/zipstrm.h b/interface/wx/zipstrm.h index 6261a4bcae..b2142a6d95 100644 --- a/interface/wx/zipstrm.h +++ b/interface/wx/zipstrm.h @@ -132,13 +132,13 @@ public: @section zipentry_avail Field availability - When reading a zip from a stream that is seekable, wxZipEntry::GetNextEntry() + When reading a zip from a stream that is seekable, wxZipInputStream::GetNextEntry() returns a fully populated wxZipEntry object except for wxZipEntry::GetLocalExtra(). wxZipEntry::GetLocalExtra() becomes available when the entry is opened, either by calling wxZipInputStream::OpenEntry() or by making an attempt to read the entry's data. For zips on non-seekable streams, the following fields are always available - when wxZipEntry::GetNextEntry() returns: + when wxZipInputStream::GetNextEntry() returns: - wxZipEntry::GetDateTime - wxZipEntry::GetInternalFormat - wxZipEntry::GetInternalName