From: Automatic source maintenance Date: Mon, 3 May 2010 00:13:05 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_2_0_1~236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3378ccf23fe5a8e0a06e08b447e4a52a4a9a544;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/ip/forward.h b/src/ip/forward.h index d771e142d5..c53d63bdad 100644 --- a/src/ip/forward.h +++ b/src/ip/forward.h @@ -38,7 +38,8 @@ // Forward-declare Ip classes needed by reference in other parts of the code // for passing objects around without actually touching them -namespace Ip { +namespace Ip +{ class Address; } #endif /* _SQUID_IP_FORWARD_H */