From: Robert Roebling Date: Tue, 26 Sep 2006 08:35:13 +0000 (+0000) Subject: [ 1553595 ] Doc error: wxView::OnDraw X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7b4b24bca94555afc29762acfc5b100009bb29ff [ 1553595 ] Doc error: wxView::OnDraw git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/view.tex b/docs/latex/wx/view.tex index 7a21e23fff..3dc532229a 100644 --- a/docs/latex/wx/view.tex +++ b/docs/latex/wx/view.tex @@ -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.