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