--------------------- PatchSet 6541 Date: 2008/01/19 09:55:58 Author: amosjeffries Branch: ayjwork Tag: (none) Log: [] operator should be inline. Members: src/SquidString.h:1.8.8.10->1.8.8.11 Index: squid3/src/SquidString.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/SquidString.h,v retrieving revision 1.8.8.10 retrieving revision 1.8.8.11 diff -u -r1.8.8.10 -r1.8.8.11 --- squid3/src/SquidString.h 19 Jan 2008 09:19:31 -0000 1.8.8.10 +++ squid3/src/SquidString.h 19 Jan 2008 09:55:58 -0000 1.8.8.11 @@ -1,5 +1,5 @@ /* - * $Id: SquidString.h,v 1.8.8.10 2008/01/19 09:19:31 amosjeffries Exp $ + * $Id: SquidString.h,v 1.8.8.11 2008/01/19 09:55:58 amosjeffries Exp $ * * DEBUG: section 67 String * AUTHOR: Duane Wessels @@ -93,7 +93,7 @@ * Retrieve a single character in the string. \param pos Position of character to retrieve. */ - char &operator [](unsigned int pos); + _SQUID_INLINE_ char &operator [](unsigned int pos); _SQUID_INLINE_ int size() const; _SQUID_INLINE_ char const * buf() const;