]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/function.tex
Add wxOverlay
[wxWidgets.git] / docs / latex / wx / function.tex
index 18d99ced498ebce97807ff0a2312a3d8403d7a76..c9eea465bcdbb5e145b7c0a481299c03acff220d 100644 (file)
@@ -312,10 +312,10 @@ and so normally is not useful.
 
 \membersection{wxCHECK\_GCC\_VERSION}\label{wxcheckgccversion}
 
-\func{bool}{wxCHECK\_GCC\_VERSION}{\param{}{major, minor, release}}
+\func{bool}{wxCHECK\_GCC\_VERSION}{\param{}{major, minor}}
 
 Returns $1$ if the compiler being used to compile the code is GNU C++
-compiler (g++) version major.minor.release or greater. Otherwise, and also if
+compiler (g++) version major.minor or greater. Otherwise, and also if
 the compiler is not GNU C++ at all, returns $0$.