From 661ef4eb206bedcdba7975f6dcf20b45bd7d23b6 Mon Sep 17 00:00:00 2001 From: hno <> Date: Thu, 4 Sep 2003 17:54:23 +0000 Subject: [PATCH] Reorder members to match constuctor calls to make GCC happy --- src/AccessLogEntry.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; -- 2.47.3