--- parser3/src/classes/classes.h 2005/07/28 11:23:01 1.29 +++ parser3/src/classes/classes.h 2005/08/09 08:14:47 1.31 @@ -1,14 +1,14 @@ /** @file Parser: @b Methoded class decl. - Copyright (c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef CLASSES_H #define CLASSES_H -static const char * const IDENT_CLASSES_H="$Date: 2005/07/28 11:23:01 $"; +static const char * const IDENT_CLASSES_H="$Date: 2005/08/09 08:14:47 $"; // include @@ -21,7 +21,7 @@ static const char * const IDENT_CLASSES_ class Methoded: public VStateless_class { public: // Value - override const Junction* put_element(Value& /*self*/, const String& /*name*/, Value * /*value*/) { + override const VJunction* put_element(Value& /*self*/, const String& /*name*/, Value * /*value*/) { return 0; // fewer useless Exceptions }