]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/mimetype.h
document recently added enums
[wxWidgets.git] / interface / wx / mimetype.h
index 36cea6083827854ab7140c2d695f0621db20bc4c..05c0f1aee72d17f1a9e204d24f1c75333625bd84 100644 (file)
@@ -340,8 +340,8 @@ public:
         indicate that an error occurred (typically meaning that there is no standard way
         to open this kind of files).
     */
-    bool GetOpenCommand(wxString* command, MessageParameters& params);
-    wxString GetOpenCommand(const wxString& filename);
+    bool GetOpenCommand(wxString* command, const MessageParameters& params);
+    wxString GetOpenCommand(const wxString& filename) const;
     //@}
 
     /**