X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6a498e2d1b928e5f7cf06c598b768bebe66f1e5f..a9249b2eb2a40d8c71f828669045c4ddaa8dc5ff:/docs/latex/wx/db.tex 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: