]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/scpdarry.tex
Fixed to work with the new wxMacControl system.
[wxWidgets.git] / docs / latex / wx / scpdarry.tex
index baa23718ea1a3e752c3cdf5afd9b63342d37e2d7..b35224b90a007710feea5149654c16250983393f 100644 (file)
@@ -1,4 +1,4 @@
-\section{wxScopedArray}\label{wxscopedarray}
+\section{\class{wxScopedArray}}\label{wxscopedarray}
 
 This is a simple scoped smart pointer array implementation that is similar to 
 the \urlref{Boost}{http://www.boost.org} smart pointers but rewritten to
@@ -6,7 +6,7 @@ use macros instead.
 
 \wxheading{Example}
 
-Below is an example of using a wxWindows scoped smart pointer and 
+Below is an example of using a wxWidgets scoped smart pointer and 
 pointer array.
 
 \begin{verbatim}