From 6ff1cefa2248168e8c51decaf47cf67b3ac9761e Mon Sep 17 00:00:00 2001 From: George Tasker Date: Thu, 20 Dec 2001 16:30:31 +0000 Subject: [PATCH] Fixed a typo in the sample code of wxDbTable::Insert git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13134 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 7c78dd9dac..1714f47118 100644 --- a/docs/latex/wx/db.tex +++ b/docs/latex/wx/db.tex @@ -3088,7 +3088,7 @@ this function to commit or rollback the insertion. wxStrcpy(parts->PartName, "10"); wxStrcpy(parts->PartDesc, "Part #10"); parts->Qty = 1000; - RETCODE retcode = parts.Insert(); + RETCODE retcode = parts->Insert(); switch(retcode) { case DB_SUCCESS: -- 2.50.0