summaryrefslogtreecommitdiff
path: root/indra/llui/lluiimage.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-04-13 23:07:48 -0700
committerRichard Linden <none@none>2012-04-13 23:07:48 -0700
commit82c9b0fbbca6f61e57464a6126ae36a59b13d6ed (patch)
treec4f75f39f2c1f8753af9cc8c94dfd172293561e3 /indra/llui/lluiimage.h
parent65b25bd909251c91a384b8a05efe68d9415e0acf (diff)
fixed build
all param values now support named values uniformly
Diffstat (limited to 'indra/llui/lluiimage.h')
-rw-r--r--indra/llui/lluiimage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lluiimage.h b/indra/llui/lluiimage.h
index b9b90fee71..b86ea67505 100644
--- a/indra/llui/lluiimage.h
+++ b/indra/llui/lluiimage.h
@@ -92,7 +92,7 @@ protected:
namespace LLInitParam
{
template<>
- class ParamValue<LLUIImage*, TypeValues<LLUIImage*>, NOT_BLOCK >
+ class ParamValue<LLUIImage*>
: public CustomParamValue<LLUIImage*>
{
typedef boost::add_reference<boost::add_const<LLUIImage*>::type>::type T_const_ref;