Removed backslashes in verbatim example

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2003-05-01 13:37:59 +00:00
parent 444d3e017e
commit 5c180caf1b

View File

@ -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);