]> git.saurik.com Git - wxWidgets.git/commitdiff
[ 1553595 ] Doc error: wxView::OnDraw
authorRobert Roebling <robert@roebling.de>
Tue, 26 Sep 2006 08:35:13 +0000 (08:35 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 26 Sep 2006 08:35:13 +0000 (08:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/view.tex

index 7a21e23fffb068bfd4a7dfcd436dd60cf912d76c..3dc532229a5b83db187706036b530836eedbdcb9 100644 (file)
@@ -174,7 +174,7 @@ Override to return an instance of a class other than wxDocPrintout.
 
 \membersection{wxView::OnDraw}\label{onviewondraw}
 
-\func{virtual void}{OnDraw}{\param{wxDC\& }{dc}}
+\func{virtual void}{OnDraw}{\param{wxDC* }{dc}}
 
 Override this function to render the view on the given device context.