]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/array.tex
Added some standard further identifiers to help with WinCE toolbars
[wxWidgets.git] / docs / latex / wx / array.tex
index aa07dce168e95fe55b6d1b31f89a3a57b2ac729a..0c4a97fdc0bb5b0649a607f2860916be328530ed 100644 (file)
@@ -308,7 +308,7 @@ Example:
 
 \begin{verbatim}
 class MyClass;
-WX_DEFINE_OBJARRAY(MyClass, wxArrayOfMyClass); // note: not "MyClass *"!
+WX_DECLARE_OBJARRAY(MyClass, wxArrayOfMyClass); // note: not "MyClass *"!
 \end{verbatim}
 
 You must use \helpref{WX\_DEFINE\_OBJARRAY()}{wxdefineobjarray} macro to define