--- parser3/src/include/pa_string.h 2002/04/19 08:28:35 1.136 +++ parser3/src/include/pa_string.h 2002/04/22 14:25:41 1.138 @@ -4,7 +4,7 @@ Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) - $Id: pa_string.h,v 1.136 2002/04/19 08:28:35 paf Exp $ + $Id: pa_string.h,v 1.138 2002/04/22 14:25:41 paf Exp $ */ #ifndef PA_STRING_H @@ -222,6 +222,8 @@ public: double as_double() const; int as_int() const; + String& join_chains(Pool& pool, char** cstr) const; + #ifndef NO_STRING_ORIGIN /// origin of string. calculated by first row const Origin& origin() const;