From 20de8559e56df169ec7978e50061c3d587142ad5 Mon Sep 17 00:00:00 2001 From: Richard Linden Date: Fri, 20 Apr 2012 19:31:46 -0700 Subject: more gcc fixes --- indra/llxuixml/llinitparam.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/indra/llxuixml/llinitparam.h b/indra/llxuixml/llinitparam.h index f7e5e41cae..a956719fa3 100644 --- a/indra/llxuixml/llinitparam.h +++ b/indra/llxuixml/llinitparam.h @@ -755,13 +755,13 @@ namespace LLInitParam { typedef Lazy, BLOCK_T> value_t; }; - template struct Cons > + template struct Cons > { - typedef Lazy value_t; + typedef Lazy value_t; }; - template struct Cons > + template struct Cons > { - typedef Lazy value_t; + typedef Lazy value_t; }; }; -- cgit v1.2.3