X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d2ac6b8c652a4aac703ba03f143820e978b33d4..e8f6339b51925fadcf040d6e3850acce4b9c8421:/demos/dbbrowse/browsedb.cpp diff --git a/demos/dbbrowse/browsedb.cpp b/demos/dbbrowse/browsedb.cpp index c4a2c6f585..c316d4c711 100644 --- a/demos/dbbrowse/browsedb.cpp +++ b/demos/dbbrowse/browsedb.cpp @@ -8,15 +8,7 @@ // Licence: wxWindows license // RCS-ID: $Id$ //---------------------------------------------------------------------------------------- -//-- 1) -//---------------------------------------------------------------------------------------- -//-- all #ifdefs that the whole Project needs. ------------------------------------------- -//---------------------------------------------------------------------------------------- -#ifdef __GNUG__ -#pragma implementation -#pragma interface -#endif -//---------------------------------------------------------------------------------------- + // For compilers that support precompilation, includes "wx/wx.h". #include "wx/wxprec.h" //---------------------------------------------------------------------------------------- @@ -57,7 +49,7 @@ wxChar *GetExtendedDBErrorMsg(wxChar *ErrFile, int ErrLine) msg.Append (_T("\nODBC errors:\n")); // msg += _T("\n"); /* Scan through each database connection displaying - * any ODBC errors that have occured. */ + * any ODBC errors that have occurred. */ wxDbList *pDbList; for (pDbList = PtrBegDbList; pDbList; pDbList = pDbList->PtrNext) {