From 04322fa7113a9feaecb4258cd097d2ae2ed8ea1c Mon Sep 17 00:00:00 2001 From: Tomay Date: Sat, 16 May 2020 21:43:09 +0100 Subject: [PATCH] Fix references to wxZipEntry::GetNextEntry() in documentation It should actually be wxZipInputStream::GetNextEntry(). Closes https://github.com/wxWidgets/wxWidgets/pull/1858 --- interface/wx/zipstrm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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