wxsvg: Added missing args

This commit is contained in:
orbitcowboy 2020-12-20 22:04:36 +01:00
parent eff8ed8b7d
commit 69f5a0df72
1 changed files with 3 additions and 0 deletions

View File

@ -5,12 +5,15 @@
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
<arg nr="2" direction="in"/>
</function>
<!-- void wxSvgXmlAttrHash::Add( const wxSvgXmlAttrHash & value ) -->
<function name="wxSvgXmlAttrHash::Add">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- wxString wxSvgXmlAttribute::GetName( void ) -->
<function name="wxSvgXmlAttribute::GetName">