git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42382
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
just to write
\begin{verbatim}
just to write
\begin{verbatim}
-WX_DEFINE_ARRAY(int, ArrayOfDirectories);
-WX_DEFINE_SORTED_ARRAY(int, ArrayOfFiles);
+WX_DEFINE_ARRAY_INT(int, ArrayOfInts);
+WX_DEFINE_SORTED_ARRAY_INT(int, ArrayOfSortedInts);
\end{verbatim}
i.e. there is only one {\tt DEFINE} macro and no need for separate
\end{verbatim}
i.e. there is only one {\tt DEFINE} macro and no need for separate