]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/threadh.tex
fixed TeX error introduced in rev 48093 (sorry)
[wxWidgets.git] / docs / latex / wx / threadh.tex
index 7dc2da77dcbaac77418f5abb7a034054cf454919..bfe147a7cea80f5a33c2c5b13907a8f647a7fc83 100644 (file)
@@ -16,7 +16,7 @@ Ordinarily, a \helpref{wxThread}{wxthread} derived object would be created
 with the calculation code implemented in
 \helpref{wxThread::Entry}{wxthreadentry}.  To access the inputs to the
 calculation, the frame object would often to pass a pointer to itself to the
-thread object.  Similiarly, the frame object would hold a pointer to the
+thread object.  Similarly, the frame object would hold a pointer to the
 thread object.  Shared data and synchronization objects could be stored in
 either object though the object without the data would have to access the
 data through a pointer.
@@ -34,6 +34,10 @@ None.
 
 <wx/thread.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{wxThread}{wxthread}