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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user