git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53751
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
@NULL. Otherwise, the function returns @false and doesn't
modify the @e rest.
*/
@NULL. Otherwise, the function returns @false and doesn't
modify the @e rest.
*/
- bool EndsWith(const wxString& suffix, wxString rest = NULL) const;
+ bool EndsWith(const wxString& suffix, wxString *rest = NULL) const;
/**
Searches for the given character @e ch. Returns the position or
/**
Searches for the given character @e ch. Returns the position or
@NULL. Otherwise, the function returns @false and doesn't modify the
@e rest.
*/
@NULL. Otherwise, the function returns @false and doesn't modify the
@e rest.
*/
- bool StartsWith(const wxString& prefix, wxString rest = NULL) const;
+ bool StartsWith(const wxString& prefix, wxString *rest = NULL) const;
/**
Strip characters at the front and/or end. The same as Trim except that it
/**
Strip characters at the front and/or end. The same as Trim except that it