From: Alex Rousskov Date: Mon, 16 Mar 2009 23:14:18 +0000 (-0600) Subject: Fixed header guard to allow acl/DestinationDomain.h to be compiled together X-Git-Tag: SQUID_3_2_0_1~1120^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=945c70bbf74f8993c2f2feee4bd6464c4a5f820f;p=thirdparty%2Fsquid.git Fixed header guard to allow acl/DestinationDomain.h to be compiled together with acl/SourceDomain.h. --- diff --git a/src/acl/DestinationDomain.h b/src/acl/DestinationDomain.h index b4545f3c03..bf90c5df38 100644 --- a/src/acl/DestinationDomain.h +++ b/src/acl/DestinationDomain.h @@ -32,8 +32,8 @@ * Copyright (c) 2003, Robert Collins */ -#ifndef SQUID_ACLSOURCEDOMAIN_H -#define SQUID_ACLSOURCEDOMAIN_H +#ifndef SQUID_ACLDESTINATIONDOMAIN_H +#define SQUID_ACLDESTINATIONDOMAIN_H #include "acl/Acl.h" #include "acl/Data.h" @@ -87,4 +87,4 @@ private: static ACLStrategised RegexRegistryEntry_; }; -#endif /* SQUID_ACLSOURCEDOMAIN_H */ +#endif /* SQUID_ACLDESTINATIONDOMAIN_H */