]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add missing ESIParser::Parser variable
authorhno <>
Wed, 30 Mar 2005 00:55:42 +0000 (00:55 +0000)
committerhno <>
Wed, 30 Mar 2005 00:55:42 +0000 (00:55 +0000)
src/ESIParser.cc

index ed7c90bfce4e55db28b8371e9eeb209bf012a9f0..cbb909513ff6119f0ab074ab83af84ce6e80b56d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: ESIParser.cc,v 1.6 2005/03/28 21:44:12 hno Exp $
+ * $Id: ESIParser.cc,v 1.7 2005/03/29 17:55:42 hno Exp $
  *
  * DEBUG: section 86    ESI processing
  * AUTHOR: Robert Collins
@@ -38,6 +38,7 @@
 
 char *ESIParser::Type = NULL;
 ESIParser::Register *ESIParser::Parsers = NULL;
+ESIParser::Register *ESIParser::Parser = NULL;
 
 ESIParser::Pointer
 ESIParser::NewParser(ESIParserClient *aClient)