Index: structs.h =================================================================== RCS file: /cvsroot/squid/squid3/src/structs.h,v retrieving revision 1.64 diff -u -w -r1.64 structs.h --- structs.h 4 Jan 2005 03:13:39 -0000 1.64 +++ structs.h 8 Jan 2005 19:07:05 -0000 @@ -209,8 +209,9 @@ class RemovalPolicySettings { - public: + RemovalPolicySettings() : type(NULL), args(NULL) {} + char *type; wordlist *args; };