From 945c70bbf74f8993c2f2feee4bd6464c4a5f820f Mon Sep 17 00:00:00 2001 From: Alex Rousskov Date: Mon, 16 Mar 2009 17:14:18 -0600 Subject: [PATCH] Fixed header guard to allow acl/DestinationDomain.h to be compiled together with acl/SourceDomain.h. --- src/acl/DestinationDomain.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */ -- 2.47.2