]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed doc issue not showing correct header definition (const function)
authorGeorge Tasker <gtasker@allenbrook.com>
Mon, 2 Jul 2001 10:08:23 +0000 (10:08 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Mon, 2 Jul 2001 10:08:23 +0000 (10:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/db.tex

index 8959651674c2259c9d3825df7ebe245d15a15128..e7afa7968d8c1822b9296dff0d149e6b909af4e8 100644 (file)
@@ -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.