wxwidgets.cfg: Improved cfg for wxString::AfterFirst() and wxString::AfterLast() by adding 'const'.

This commit is contained in:
orbitcowboy 2019-01-31 12:55:47 +01:00
parent c176775afb
commit de8c0ff0e0
1 changed files with 3 additions and 2 deletions

View File

@ -6761,11 +6761,12 @@
</arg>
<arg nr="2"/>
</function>
<!-- wxString wxString::AfterFirst( wxUniChar ch ) -->
<!-- wxString wxString::AfterLast( wxUniChar ch ) -->
<!-- wxString wxString::AfterFirst( wxUniChar ch ) const -->
<!-- wxString wxString::AfterLast( wxUniChar ch ) const -->
<function name="wxString::AfterFirst,wxString::AfterLast">
<noreturn>false</noreturn>
<returnValue type="wxString"/>
<const/>
<arg nr="1">
<not-uninit/>
</arg>