]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed header guard to allow acl/DestinationDomain.h to be compiled together
authorAlex Rousskov <rousskov@measurement-factory.com>
Mon, 16 Mar 2009 23:14:18 +0000 (17:14 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Mon, 16 Mar 2009 23:14:18 +0000 (17:14 -0600)
with acl/SourceDomain.h.

src/acl/DestinationDomain.h

index b4545f3c03431f0711a90388e03c96112aed991f..bf90c5df38bab5fe797ba94583d984eae46c43bd 100644 (file)
@@ -32,8 +32,8 @@
  * Copyright (c) 2003, Robert Collins <robertc@squid-cache.org>
  */
 
-#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<char const *> RegexRegistryEntry_;
 };
 
-#endif /* SQUID_ACLSOURCEDOMAIN_H */
+#endif /* SQUID_ACLDESTINATIONDOMAIN_H */