--- parser3/src/include/pa_table.h 2001/12/15 21:28:20 1.38 +++ parser3/src/include/pa_table.h 2002/02/08 07:27:45 1.40 @@ -1,10 +1,10 @@ /** @file Parser: table class decl. - Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://paf.design.ru) - $Id: pa_table.h,v 1.38 2001/12/15 21:28:20 paf Exp $ + $Id: pa_table.h,v 1.40 2002/02/08 07:27:45 paf Exp $ */ #ifndef PA_TABLE_H @@ -36,6 +36,7 @@ public: const String *aorigin, const Array *acolumns, int initial_rows=CR_INITIAL_ROWS_DEFAULT); + Table(const Table& source); /// where this table came from, may be NULL const String *origin_string() { return forigin_string; }