wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-07-30 14:54:55 +02:00
parent fc49099793
commit dd9bcd4d38
1 changed files with 8 additions and 0 deletions

View File

@ -10544,4 +10544,12 @@
<use-retval/>
<leak-ignore/>
</function>
<!-- const wxCharBuffer wxString::ToAscii( void ) const -->
<!-- const const char * wxString::ToAscii( void ) const -->
<function name="wxString::ToAscii">
<noreturn>false</noreturn>
<const/>
<use-retval/>
<leak-ignore/>
</function>
</def>