From: George Tasker Date: Mon, 2 Jul 2001 10:08:23 +0000 (+0000) Subject: Fixed doc issue not showing correct header definition (const function) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d373d379aec564fb9bdd059a0460f058a7dc74b0 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 --- 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.