From d373d379aec564fb9bdd059a0460f058a7dc74b0 Mon Sep 17 00:00:00 2001 From: George Tasker Date: Mon, 2 Jul 2001 10:08:23 +0000 Subject: [PATCH] Fixed doc issue not showing correct header definition (const function) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/db.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/db.tex b/docs/latex/wx/db.tex index 8959651674..e7afa7968d 100644 --- a/docs/latex/wx/db.tex +++ b/docs/latex/wx/db.tex @@ -3057,7 +3057,7 @@ this function to commit or rollback the insertion. \membersection{wxDbTable::IsColNull}\label{wxdbtableiscolnull} -\func{bool }{IsColNull}{\param{UWORD }{colNo}} +\func{bool }{IsColNull}{\param{UWORD }{colNo}} const Used primarily in the ODBC class library to determine if a column value is set to "NULL". Works for all data types supported by the ODBC class library. -- 2.50.0