Removed backslash in example

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-05-01 13:40:12 +00:00
parent a9c1f709af
commit 3ef4ba7fca

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