Add missing static to wxZipEntry::GetInternalName() documentation
Closes https://github.com/wxWidgets/wxWidgets/pull/1872
This commit is contained in:
parent
e2562b08a4
commit
ca59d38cfd
@ -310,7 +310,7 @@ public:
|
||||
|
||||
@see @ref overview_archive_byname
|
||||
*/
|
||||
wxString GetInternalName(const wxString& name,
|
||||
static wxString GetInternalName(const wxString& name,
|
||||
wxPathFormat format = wxPATH_NATIVE,
|
||||
bool* pIsDir = NULL);
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user