--- parser3/src/include/pa_table.h 2015/08/04 21:10:17 1.67 +++ parser3/src/include/pa_table.h 2020/12/15 17:10:32 1.71 @@ -1,14 +1,14 @@ /** @file Parser: table class decl. - Copyright (c) 2001-2012 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2020 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef PA_TABLE_H #define PA_TABLE_H -#define IDENT_PA_TABLE_H "$Id: pa_table.h,v 1.67 2015/08/04 21:10:17 moko Exp $" +#define IDENT_PA_TABLE_H "$Id: pa_table.h,v 1.71 2020/12/15 17:10:32 moko Exp $" #include "pa_types.h" #include "pa_hash.h" @@ -51,7 +51,7 @@ public: void offset(bool absolute, int offset); /// @return checks all rows to find maximum cells number - int max_cells() const; + size_t max_cells() const; /** @return column index from @a column_name. '<0' if no such column if no such - 'bark'