--- parser3/src/classes/table.C 2006/01/20 11:28:44 1.220 +++ parser3/src/classes/table.C 2006/04/09 12:25:03 1.220.4.1 @@ -4,7 +4,7 @@ Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT_TABLE_C="$Date: 2006/01/20 11:28:44 $"; +static const char * const IDENT_TABLE_C="$Date: 2006/04/09 12:25:03 $"; #include "classes.h" #include "pa_vmethod_frame.h" @@ -918,7 +918,7 @@ int marshal_binds(HashStringValue& hash, int hash_count=hash.count(); placeholders=new(UseGC) SQL_Driver::Placeholder[hash_count]; SQL_Driver::Placeholder* ptr=placeholders; - hash.for_each(marshal_bind, &ptr); + hash.for_each(marshal_bind, &ptr); return hash_count; }