--- parser3/src/classes/image.C 2004/07/28 14:38:20 1.111 +++ parser3/src/classes/image.C 2005/07/28 11:23:01 1.112 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT_IMAGE_C="$Date: 2004/07/28 14:38:20 $"; +static const char * const IDENT_IMAGE_C="$Date: 2005/07/28 11:23:01 $"; /* jpegsize: gets the width and height (in pixels) of a jpeg file @@ -33,7 +33,7 @@ static const char * const IDENT_IMAGE_C= class MImage: public Methoded { public: // VStateless_class - Value* create_new_value(Pool&) { return new VImage(); } + Value* create_new_value(Pool&, HashStringValue&) { return new VImage(); } public: MImage();