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
This commit is contained in:
parent
a096358cc7
commit
2f9719249b
@ -280,10 +280,10 @@ class WXDLLEXPORT wxDbConnectInf
|
|||||||
bool freeHenvOnDestroy;
|
bool freeHenvOnDestroy;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
HENV Henv;
|
HENV Henv;
|
||||||
wxChar Dsn[SQL_MAX_DSN_LENGTH+1]; // Data Source Name
|
wxChar Dsn[SQL_MAX_DSN_LENGTH+1]; // Data Source Name
|
||||||
wxChar Uid[SQL_MAX_USER_NAME_LEN+1]; // User ID
|
wxChar Uid[SQL_MAX_USER_NAME_LEN+1]; // User ID
|
||||||
wxChar AuthStr[SQL_MAX_AUTHSTR_LEN+1]; // Authorization string (password)
|
wxChar AuthStr[SQL_MAX_AUTHSTR_LEN+1]; // Authorization string (password)
|
||||||
|
|
||||||
wxString Description; // Not sure what the max length is
|
wxString Description; // Not sure what the max length is
|
||||||
wxString FileType; // Not sure what the max length is
|
wxString FileType; // Not sure what the max length is
|
||||||
|
Loading…
Reference in New Issue
Block a user