]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/db.tex
wxFont can now raelly use the native fonts
[wxWidgets.git] / docs / latex / wx / db.tex
index 7c78dd9dac5a8ac41df3f04b00b771433d3c79ff..1714f47118efe56c8d963f73dee0eaa44cfca821 100644 (file)
@@ -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: