--- parser3/src/classes/xnode.h 2002/08/13 13:02:39 1.14 +++ parser3/src/classes/xnode.h 2002/08/13 15:55:41 1.15 @@ -8,15 +8,15 @@ #ifndef XNODE_H #define XNODE_H -static const char* IDENT_XNODE_H="$Date: 2002/08/13 13:02:39 $"; +static const char* IDENT_XNODE_H="$Date: 2002/08/13 15:55:41 $"; class MXnode : public Methoded { public: // Value /// MXnode: +$const - Value *get_element(const String& aname, Value *aself) { + Value *get_element(const String& aname, Value *aself, bool looking_down) { // $method - if(Value *result=Methoded::get_element(aname, aself)) + if(Value *result=Methoded::get_element(aname, aself, looking_down)) return result; // $const