wxwidgets.cfg: Added support for wxVector.

This commit is contained in:
orbitcowboy 2018-12-12 17:23:10 +01:00
parent 619220778e
commit 1a6c3bb30e
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
<!-- http://docs.wxwidgets.org/trunk/group__group__funcmacro__string.html#ga8a02b8875a521df57263a9e6f090f2d0 -->
<!-- const wxString& _(const wxString & string) // Macro that expands to wxGetTranslation -->
<define name="_(str)" value="wxGetTranslation(str)"/>
<!-- wxVector<T> is a template class which implements most of the std::vector functions -->
<define name="wxVector" value="std::vector"/>
<!-- http://docs.wxwidgets.org/trunk/classwx_string.html#addd9ccfa3ae2b7ab2d66bcbf034d0be0 -->
<!-- static wxString wxString::Format(const wxString & format, ...) -->
<function name="wxString::Format">