From: Julian Smart Date: Thu, 1 May 2003 13:37:59 +0000 (+0000) Subject: Removed backslashes in verbatim example X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5c180caf1bd8fed8fb93852e3c011c630fd2d32a?ds=inline Removed backslashes in verbatim example git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/paintevt.tex b/docs/latex/wx/paintevt.tex index 6fb8a7d211..cae225e95e 100644 --- a/docs/latex/wx/paintevt.tex +++ b/docs/latex/wx/paintevt.tex @@ -35,7 +35,7 @@ For example: \small{% \begin{verbatim} - void MyWindow::OnPaint(wxPaintEvent\& event) + void MyWindow::OnPaint(wxPaintEvent& event) { wxPaintDC dc(this); @@ -55,7 +55,7 @@ Here is an example of using the \helpref{wxRegionIterator}{wxregioniterator} cla {\small% \begin{verbatim} // Called when window needs to be repainted. -void MyWindow::OnPaint(wxPaintEvent\& event) +void MyWindow::OnPaint(wxPaintEvent& event) { wxPaintDC dc(this);