From 0ea62c21057df47be5f3c12a2f2739af272f4819 Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Wed, 13 Oct 2004 17:22:40 +0000 Subject: [PATCH] fix syntax error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/array.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/array.tex b/docs/latex/wx/array.tex index d86b20c15d..9c2596a60b 100644 --- a/docs/latex/wx/array.tex +++ b/docs/latex/wx/array.tex @@ -170,7 +170,7 @@ such as an int. The following simple types are supported:\\ int\\ long\\ -size_t\\ +size\_t\\ double To create an array of a simple type, simply append the type you want in CAPS to -- 2.45.2