X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fdc0367851c7a1179d549f087317d0fba2714a97..df991b9dfb98e8b65c5c806d96b991f8d6c8f55b:/demos/dbbrowse/doc.h diff --git a/demos/dbbrowse/doc.h b/demos/dbbrowse/doc.h index 488c5093af..d831165023 100644 --- a/demos/dbbrowse/doc.h +++ b/demos/dbbrowse/doc.h @@ -20,7 +20,7 @@ class DSN }; //---------------------------------------------------------------------------------------- // Global structure for holding ODBC connection information -extern struct DbStuff DbConnectInf; +extern struct wxDbConnectInf DbConnectInf; //---------------------------------------------------------------------------------------- extern wxConfigBase *p_ProgramCfg; // All Config and Path information extern wxLogTextCtrl *p_LogBook; // All Log messages