From: hno <> Date: Thu, 4 Sep 2003 17:54:23 +0000 (+0000) Subject: Reorder members to match constuctor calls to make GCC happy X-Git-Tag: SQUID_3_0_PRE4~1221 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=661ef4eb206bedcdba7975f6dcf20b45bd7d23b6;p=thirdparty%2Fsquid.git Reorder members to match constuctor calls to make GCC happy --- diff --git a/src/AccessLogEntry.h b/src/AccessLogEntry.h index 196981e883..3baf4e3502 100644 --- a/src/AccessLogEntry.h +++ b/src/AccessLogEntry.h @@ -1,6 +1,6 @@ /* - * $Id: AccessLogEntry.h,v 1.1 2003/09/01 03:49:37 robertc Exp $ + * $Id: AccessLogEntry.h,v 1.2 2003/09/04 11:54:23 hno Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -97,13 +97,12 @@ public: int msec; const char *rfc931; const char *authuser; + const char *extuser; #if USE_SSL const char *ssluser; #endif - const char *extuser; - } cache;