--- parser3/src/classes/Attic/root.C 2001/03/19 16:06:13 1.46 +++ parser3/src/classes/Attic/root.C 2001/03/23 13:08:07 1.48 @@ -3,10 +3,10 @@ Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - $Id: root.C,v 1.46 2001/03/19 16:06:13 paf Exp $ + $Id: root.C,v 1.48 2001/03/23 13:08:07 paf Exp $ */ -#include +#include "pa_config_includes.h" #include #include "pa_common.h" @@ -74,7 +74,7 @@ static void _taint(Request& r, const Str method_name, "body must not be junction"); // set temporarily as-is language - Temp_lang temp_lang(r, String::Untaint_lang::AS_IS); + Temp_lang temp_lang(r, String::UL_AS_IS); String result(r.pool()); result.append( r.process(*vbody).as_string(), // process marking tainted with that lang