]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/array.tex
dropTarget is now dynamically allocated.
[wxWidgets.git] / docs / latex / wx / array.tex
index 8a84b9ad45c10fc69fa84e979dcd9c617c0b680d..c5aca501c387cd02503e79463e92923af54444c5 100644 (file)
@@ -261,6 +261,7 @@ WX_DEFINE_SORTED_ARRAY(MyClass *, wxArrayOfMyClass);
 
 You will have to initialize the objects of this class by passing a comparaison
 function to the array object constructor like this:
+
 \begin{verbatim}
 int CompareInts(int n1, int n2)
 {