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/> <leak-ignore/>
</function> </function>
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html --> <!-- 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"> <function name="wxRadioBox::Enable">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
<returnValue type="bool"/> <returnValue type="bool"/>
<arg nr="1" direction="in"> <arg nr="1" direction="in">
<not-uninit/> <not-uninit/>
<not-bool/>
</arg> </arg>
<arg nr="2" direction="in" default="true"> <arg nr="2" direction="in" default="true">
<not-uninit/> <not-uninit/>