From: George Tasker Date: Wed, 23 May 2001 13:39:40 +0000 (+0000) Subject: Removed TABs that had gotten in to the source X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2f9719249beda062615673328da911d7f44ac0d6 Removed TABs that had gotten in to the source git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/db.h b/include/wx/db.h index fbfe99b616..84c8a3a9f7 100644 --- a/include/wx/db.h +++ b/include/wx/db.h @@ -280,10 +280,10 @@ class WXDLLEXPORT wxDbConnectInf bool freeHenvOnDestroy; public: - HENV Henv; - wxChar Dsn[SQL_MAX_DSN_LENGTH+1]; // Data Source Name - wxChar Uid[SQL_MAX_USER_NAME_LEN+1]; // User ID - wxChar AuthStr[SQL_MAX_AUTHSTR_LEN+1]; // Authorization string (password) + HENV Henv; + wxChar Dsn[SQL_MAX_DSN_LENGTH+1]; // Data Source Name + wxChar Uid[SQL_MAX_USER_NAME_LEN+1]; // User ID + wxChar AuthStr[SQL_MAX_AUTHSTR_LEN+1]; // Authorization string (password) wxString Description; // Not sure what the max length is wxString FileType; // Not sure what the max length is