--- parser3/src/classes/int.C 2001/04/28 15:22:38 1.22 +++ parser3/src/classes/int.C 2001/05/04 10:42:36 1.23 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: int.C,v 1.22 2001/04/28 15:22:38 paf Exp $ + $Id: int.C,v 1.23 2001/05/04 10:42:36 paf Exp $ */ #include "classes.h" @@ -26,6 +26,7 @@ void _string_format(Request& r, const St class MInt : public Methoded { public: MInt(Pool& pool); +public: // Methoded bool used_directly() { return false; } };