summaryrefslogtreecommitdiff
path: root/indra/llui/lluiimage.cpp
diff options
context:
space:
mode:
authorRichard Nelson <richard@lindenlab.com>2009-10-15 21:35:30 +0000
committerRichard Nelson <richard@lindenlab.com>2009-10-15 21:35:30 +0000
commit2ff7f8a772e07335e4ab6788410858667189059e (patch)
tree2d7fb57cfd722f34188e02ff930ce0b6ba45b740 /indra/llui/lluiimage.cpp
parent5debafb9667973351d2db4c87ff44a7fc23d050a (diff)
fix for gcc build
Diffstat (limited to 'indra/llui/lluiimage.cpp')
-rw-r--r--indra/llui/lluiimage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lluiimage.cpp b/indra/llui/lluiimage.cpp
index 51828e5731..6c1a32722f 100644
--- a/indra/llui/lluiimage.cpp
+++ b/indra/llui/lluiimage.cpp
@@ -152,7 +152,7 @@ namespace LLInitParam
}
- bool ParamCompare<LLUIImage*, boost::false_type>::equals(
+ bool ParamCompare<LLUIImage*, false>::equals(
LLUIImage* const &a,
LLUIImage* const &b)
{