wxwidgets.cfg: Fixed wrong default argument
This commit is contained in:
parent
089ca67d78
commit
19f605c7e5
|
@ -5323,7 +5323,7 @@
|
|||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="in"/>
|
||||
<arg nr="3" direction="in" default="bool">
|
||||
<arg nr="3" direction="in" default="true">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
|
|
Loading…
Reference in New Issue