From: Mark Johnson Date: Fri, 17 Mar 2000 08:43:57 +0000 (+0000) Subject: browsedb.cpp browsedb.h doc.cpp doc.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e2f1cfb2cc6d58dc01d9d9f5a5bfb357cd264f57 browsedb.cpp browsedb.h doc.cpp doc.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/demos/dbbrowse/browsedb.cpp b/demos/dbbrowse/browsedb.cpp index cc3506c06f..5163cde98a 100644 --- a/demos/dbbrowse/browsedb.cpp +++ b/demos/dbbrowse/browsedb.cpp @@ -32,7 +32,7 @@ //---------------------------------------------------------------------------------------- // Global structure for holding ODBC connection information // - darf nur einmal im Projekte definiert werden ?? Extra Databasse Klasse ? -struct wxDbConnectInf ConnectInf; // Für DBase +wxDbConnectInf ConnectInf; // Für DBase //---------------------------------------------------------------------------------------- extern wxDbList* WXDLLEXPORT PtrBegDbList; /* from db.cpp, used in getting back error results from db connections */ //---------------------------------------------------------------------------------------- diff --git a/demos/dbbrowse/browsedb.h b/demos/dbbrowse/browsedb.h index 9758ede57c..90fcc2bcca 100644 --- a/demos/dbbrowse/browsedb.h +++ b/demos/dbbrowse/browsedb.h @@ -14,7 +14,7 @@ //---------------------------------------------------------------------------------------- // Global structure for holding ODBC connection information //---------------------------------------------------------------------------------------- -extern struct wxDbConnectInf DbConnectInf; +extern wxDbConnectInf DbConnectInf; class MainDoc; //---------------------------------------------------------------------------------------- class BrowserDB diff --git a/demos/dbbrowse/doc.cpp b/demos/dbbrowse/doc.cpp index 73d2936504..01dedcc357 100644 --- a/demos/dbbrowse/doc.cpp +++ b/demos/dbbrowse/doc.cpp @@ -33,7 +33,7 @@ //---------------------------------------------------------------------------------------- //-- Some Global Vars for all Files (extern in ?.h needed) ------------------------------- // Global structure for holding ODBC connection information -struct wxDbConnectInf DbConnectInf; +wxDbConnectInf DbConnectInf; //---------------------------------------------------------------------------------------- wxConfigBase *p_ProgramCfg; // All Config and Path information wxLogTextCtrl *p_LogBook; // All Log messages diff --git a/demos/dbbrowse/doc.h b/demos/dbbrowse/doc.h index d831165023..473089075f 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 wxDbConnectInf DbConnectInf; +extern wxDbConnectInf DbConnectInf; //---------------------------------------------------------------------------------------- extern wxConfigBase *p_ProgramCfg; // All Config and Path information extern wxLogTextCtrl *p_LogBook; // All Log messages