]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/mimetype.h
Document wxDataViewListStore
[wxWidgets.git] / interface / wx / mimetype.h
index c5e7b48100b787b3e89369596f94ba8aaf6d53d6..05c0f1aee72d17f1a9e204d24f1c75333625bd84 100644 (file)
@@ -271,7 +271,7 @@ public:
         function.
     */
     static wxString ExpandCommand(const wxString& command,
-                                  MessageParameters& params);
+                                  const MessageParameters& params);
 
     /**
         If the function returns @true, the string pointed to by @a desc is filled
@@ -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;
     //@}
 
     /**