--- parser3/src/include/Attic/execute.h 2001/02/20 18:45:51 1.1 +++ parser3/src/include/Attic/execute.h 2001/02/21 11:18:57 1.2 @@ -1,5 +1,5 @@ /* - $Id: execute.h,v 1.1 2001/02/20 18:45:51 paf Exp $ + $Id: execute.h,v 1.2 2001/02/21 11:18:57 paf Exp $ */ #ifndef EXECUTE_H @@ -7,6 +7,6 @@ #include "pa_array.h" -void execute(Pool *pool, const Array *ops); +void execute(Pool& pool, const Array& ops); #endif