wxwidgets.cfg: Improved configuration for wxStrlen

This commit is contained in:
orbitcowboy 2020-10-07 13:17:32 +02:00
parent 40faca7dd9
commit bb6b4f9f41
1 changed files with 1 additions and 1 deletions

View File

@ -8123,7 +8123,7 @@
<function name="wxStrlen">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="size_t"/>
<returnValue type="size_t">strlen(arg1)</returnValue>
<use-retval/>
<arg nr="1" direction="in"/>
</function>