]> git.saurik.com Git - wxWidgets.git/commitdiff
escape &
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Apr 2007 16:09:20 +0000 (16:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Apr 2007 16:09:20 +0000 (16:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/glcontext.tex

index c746f58127d5bbaf3e05d31468aa21cbef9d75b8..3a2db6fa039c9aab783c971b903eaded36cd1d89 100644 (file)
@@ -47,7 +47,7 @@ with equivalent attributes as {\it win}.}
 
 \membersection{wxGLContext::SetCurrent}\label{wxglcontextsetcurrent}
 
 
 \membersection{wxGLContext::SetCurrent}\label{wxglcontextsetcurrent}
 
-\func{void}{SetCurrent}{\param{const wxGLCanvas&}{ win}}
+\func{void}{SetCurrent}{\param{const wxGLCanvas\&}{ win}}
 
 Makes the OpenGL state that is represented by this rendering context current with the wxGLCanvas {\it win}.
 Note that {\it win} can be a different wxGLCanvas window than the one that was passed to the constructor of this rendering context.
 
 Makes the OpenGL state that is represented by this rendering context current with the wxGLCanvas {\it win}.
 Note that {\it win} can be a different wxGLCanvas window than the one that was passed to the constructor of this rendering context.