Skip to content

Commit

Permalink
wxwidgets.cfg: Added missing interfaces from daca@home
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Feb 25, 2024
1 parent adf7a3a commit 531404a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion cfg/wxwidgets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10602,7 +10602,13 @@
<const/>
<leak-ignore/>
</function>
<!-- wxAppDerivedClass& wxGetApp()-->
<!-- void wxInitAllImageHandlers( void ) -->
<function name="wxInitAllImageHandlers">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
</function>
<!-- wxAppDerivedClass& wxGetApp( void )-->
<function name="wxGetApp">
<noreturn>false</noreturn>
<returnValue type="wxAppDerivedClass &amp;"/>
Expand Down

0 comments on commit 531404a

Please sign in to comment.