wxwidgets.cfg: Fixed wrong default argument

This commit is contained in:
orbitcowboy 2022-01-19 16:42:22 +01:00
parent 089ca67d78
commit 19f605c7e5
1 changed files with 1 additions and 1 deletions

View File

@ -5323,7 +5323,7 @@
<leak-ignore/> <leak-ignore/>
<arg nr="1" direction="in"/> <arg nr="1" direction="in"/>
<arg nr="2" direction="in"/> <arg nr="2" direction="in"/>
<arg nr="3" direction="in" default="bool"> <arg nr="3" direction="in" default="true">
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>