]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Reorder members to match constuctor calls to make GCC happy
authorhno <>
Thu, 4 Sep 2003 17:54:23 +0000 (17:54 +0000)
committerhno <>
Thu, 4 Sep 2003 17:54:23 +0000 (17:54 +0000)
src/AccessLogEntry.h

index 196981e883e567191ac59921a7819886f976c06f..3baf4e3502639a9a12d70e31409f0b346bc620a7 100644 (file)
@@ -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;