--- parser3/src/include/pa_table.h 2001/11/22 15:47:12 1.37 +++ parser3/src/include/pa_table.h 2002/02/07 11:55:30 1.39 @@ -4,13 +4,12 @@ Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://paf.design.ru) - $Id: pa_table.h,v 1.37 2001/11/22 15:47:12 paf Exp $ + $Id: pa_table.h,v 1.39 2002/02/07 11:55:30 paf Exp $ */ #ifndef PA_TABLE_H #define PA_TABLE_H -#include "pa_config_includes.h" #include "pa_types.h" #include "pa_array.h" #include "pa_hash.h" @@ -37,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; }