diff --git a/docs/latex/wx/array.tex b/docs/latex/wx/array.tex index dad60a8150..d86b20c15d 100644 --- a/docs/latex/wx/array.tex +++ b/docs/latex/wx/array.tex @@ -163,11 +163,11 @@ provokes warnings from some compilers and to avoid them you should use the {\tt \_PTR} versions of the macros above. For example, to define an array of pointers to {\tt double} you should use. -If that isn't complicated enough, the above macros are generally only useful for +Note that the above macros are generally only useful for wxObject types. There are seperate macros for declaring an array of a simple type, such as an int. -The following simple types are supported: +The following simple types are supported:\\ int\\ long\\ size_t\\