wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
fc49099793
commit
dd9bcd4d38
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue