diff --git a/dlls/pgsql/pgsql_amx.h b/dlls/pgsql/pgsql_amx.h index 17609ddc..db570d3f 100755 --- a/dlls/pgsql/pgsql_amx.h +++ b/dlls/pgsql/pgsql_amx.h @@ -18,14 +18,14 @@ public: PGconn *cn; - CString ErrorStr; + String ErrorStr; int ErrorCode; - CString Host; - CString Password; - CString Username; - CString Database; - CString cstr; + String Host; + String Password; + String Username; + String Database; + String cstr; bool isFree; };