Minor changes in wxChmTools: add const, remove semicolons.
Also fix a typo in a comment. Closes #16836. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e146b6330d
commit
def2bcb8cd
1 changed files with 4 additions and 4 deletions
|
|
@ -51,13 +51,13 @@ public:
|
|||
const wxArrayString *GetFileNames()
|
||||
{
|
||||
return m_fileNames;
|
||||
};
|
||||
}
|
||||
|
||||
/// get the name of the archive representated by this class
|
||||
const wxString GetArchiveName()
|
||||
/// get the name of the archive represented by this class
|
||||
const wxString GetArchiveName() const
|
||||
{
|
||||
return m_chmFileName;
|
||||
};
|
||||
}
|
||||
|
||||
/// Find a file in the archive
|
||||
const wxString Find(const wxString& pattern,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue