automated ifacecheck fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -324,7 +324,7 @@ public:
|
||||
This happens when one file extension is mapped to different MIME types
|
||||
by KDE, mailcap and mime.types.
|
||||
*/
|
||||
bool GetMimeType(wxArrayString& mimeTypes);
|
||||
bool GetMimeTypes(wxArrayString& mimeTypes) const;
|
||||
|
||||
//@{
|
||||
/**
|
||||
@@ -351,6 +351,7 @@ public:
|
||||
|
||||
The name of the file is retrieved from the MessageParameters class.
|
||||
*/
|
||||
bool GetPrintCommand(wxString* command, MessageParameters& params);
|
||||
bool GetPrintCommand(wxString* command,
|
||||
const MessageParameters& params) const;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user