]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mimetype.cpp
Add GtkSortableIface stubs
[wxWidgets.git] / src / msw / mimetype.cpp
index be3b448067cb6cbace2a5829951d4adccb124fee..91cb4036c2f98d24ba267f70833b76caa7b11ac8 100644 (file)
@@ -200,7 +200,7 @@ bool wxFileTypeImpl::EnsureExtKeyExists()
 // get the command to use
 // ----------------------------------------------------------------------------
 
-wxString wxFileTypeImpl::GetCommand(const wxChar *verb) const
+wxString wxFileTypeImpl::GetCommand(const wxString& verb) const
 {
     // suppress possible error messages
     wxLogNull nolog;