From 09d66b2b74716690c45e49868c1aef306144d583 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 19 Nov 2006 12:38:45 +0000 Subject: [PATCH] wxCHECK_GCC_VERSION() takes 2 parameters, not 3 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/function.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index 18d99ced49..c9eea465bc 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -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$. -- 2.45.2