wxwidgets.cfg: Improved cfg for wxString::AfterFirst() and wxString::AfterLast() by adding 'const'.
This commit is contained in:
parent
c176775afb
commit
de8c0ff0e0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue