From: hno <> Date: Sun, 9 Jan 2005 05:50:45 +0000 (+0000) Subject: Cleanup to follow the general style X-Git-Tag: SQUID_3_0_PRE4~907 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d598ee281489a1589696ead96d16312d1cdb9eb8;p=thirdparty%2Fsquid.git Cleanup to follow the general style --- diff --git a/src/structs.h b/src/structs.h index 0c3a9b3819..f1b4752bfe 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1,6 +1,6 @@ /* - * $Id: structs.h,v 1.506 2005/01/08 22:48:25 hno Exp $ + * $Id: structs.h,v 1.507 2005/01/08 22:50:45 hno Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -211,10 +211,10 @@ class RemovalPolicySettings { public: + RemovalPolicySettings() : type(NULL), args(NULL) {}; + char *type; wordlist *args; - - RemovalPolicySettings() : type(NULL), args(NULL) {}; }; class external_acl;