use WX_DEFINE_ARRAY_INT for an array of ints (bug 1536482)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -128,8 +128,8 @@ Things are much simpler for wxArray and wxSortedArray however: it is enough
|
|||||||
just to write
|
just to write
|
||||||
|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
WX_DEFINE_ARRAY(int, ArrayOfDirectories);
|
WX_DEFINE_ARRAY_INT(int, ArrayOfInts);
|
||||||
WX_DEFINE_SORTED_ARRAY(int, ArrayOfFiles);
|
WX_DEFINE_SORTED_ARRAY_INT(int, ArrayOfSortedInts);
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
i.e. there is only one {\tt DEFINE} macro and no need for separate
|
i.e. there is only one {\tt DEFINE} macro and no need for separate
|
||||||
|
Reference in New Issue
Block a user