diff options
Diffstat (limited to 'include/SQL.h')
-rw-r--r-- | include/SQL.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/SQL.h b/include/SQL.h index ff1cd7d..786d28f 100644 --- a/include/SQL.h +++ b/include/SQL.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: SQL.h,v 1.11 2007-05-30 11:57:08 pixel Exp $ */ +/* $Id: SQL.h,v 1.12 2007-06-14 14:12:20 pixel Exp $ */ #ifndef __SQL_H__ #define __SQL_H__ @@ -42,7 +42,7 @@ class SQLConnection : public Base { int errno(); String error(); private: - MYSQL con; + MYSQL * con; MYSQL_RES * res; int nr, nf, na, ii; MYSQL_FIELD * fields; |