wxwidgets.cfg: Fixed FP for wxRadioBox::Enable() because of function overloading.

This commit is contained in:
orbitcowboy 2020-02-24 09:06:47 +01:00
parent 9896dce7f2
commit 3afd764e95
1 changed files with 2 additions and 2 deletions

View File

@ -5611,14 +5611,14 @@
<leak-ignore/>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
<!-- virtual bool Enable (unsigned int n, bool enable=true) -->
<!-- virtual bool wxRadioBox::Enable (unsigned int n, bool enable=true) -->
<!-- virtual bool wxRadioBox::Enable (bool enable=true) -->
<function name="wxRadioBox::Enable">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in" default="true">
<not-uninit/>