]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed two instances of : inbetween wxRect and method name (Inside and Intersects...
authorKevin Hock <hockkn@yahoo.com>
Wed, 10 Nov 2004 19:32:18 +0000 (19:32 +0000)
committerKevin Hock <hockkn@yahoo.com>
Wed, 10 Nov 2004 19:32:18 +0000 (19:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/rect.tex

index 4ea50eb7d54129f5b76734f93ecf586fead9bfb4..ccbb5cea42976e19b03dfcb19bcd6a3c25f585a6 100644 (file)
@@ -176,7 +176,7 @@ new rectangle leaving this one unchanged.
 
 \helpref{Deflate}{wxrectdeflate}
 
-\membersection{wxRect:Inside}\label{wxrectinside}
+\membersection{wxRect::Inside}\label{wxrectinside}
 
 \constfunc{bool}{Inside}{\param{int }{x}, \param{int }{y}}
 
@@ -185,7 +185,7 @@ new rectangle leaving this one unchanged.
 Returns {\tt true} if the given point is inside the rectangle (or on its
 boundary) and {\tt false} otherwise.
 
-\membersection{wxRect:Intersects}\label{wxrectintersects}
+\membersection{wxRect::Intersects}\label{wxrectintersects}
 
 \constfunc{bool}{Intersects}{\param{const wxRect\& }{rect}}