]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/glcontext.tex
Remove const bool
[wxWidgets.git] / docs / latex / wx / glcontext.tex
index 692288e9ac3992ca2658cac3b29e7b91077053b9..7cc72610e3dfc2871e7bc4fd950ffcd19eb4f8ce 100644 (file)
@@ -47,9 +47,10 @@ 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.
-If { \it RC } is an object of type wxGLContext, the statements { \it RC.SetCurrent(win); } and { \it win.SetCurrent(RC); } are equivalent,
-see \helpref{wxGLCanvas::SetCurrent}{wxglcanvassetcurrent_rc}.
+If { \it RC } is an object of type wxGLContext, the statements {\it RC.SetCurrent(win);} and {\it win.SetCurrent(RC);} are equivalent,
+see \helpref{wxGLCanvas::SetCurrent}{wxglcanvassetcurrent}.
+