2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-04-02 15:59:05 +03:00

Removed CString references

This commit is contained in:
David Anderson 2004-09-18 05:39:14 +00:00
parent 3419aa4dc5
commit 3eed3b7f07

@ -18,14 +18,14 @@ public:
PGconn *cn; PGconn *cn;
CString ErrorStr; String ErrorStr;
int ErrorCode; int ErrorCode;
CString Host; String Host;
CString Password; String Password;
CString Username; String Username;
CString Database; String Database;
CString cstr; String cstr;
bool isFree; bool isFree;
}; };