From 3eed3b7f07b6b68a4fe47f7f6b05497dd3a4e1d9 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 18 Sep 2004 05:39:14 +0000 Subject: [PATCH] Removed CString references --- dlls/pgsql/pgsql_amx.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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; };