diff options
author | Richard Nelson <richard@lindenlab.com> | 2009-10-15 21:35:30 +0000 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2009-10-15 21:35:30 +0000 |
commit | 2ff7f8a772e07335e4ab6788410858667189059e (patch) | |
tree | 2d7fb57cfd722f34188e02ff930ce0b6ba45b740 /indra/llui/llui.cpp | |
parent | 5debafb9667973351d2db4c87ff44a7fc23d050a (diff) |
fix for gcc build
Diffstat (limited to 'indra/llui/llui.cpp')
-rw-r--r-- | indra/llui/llui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llui.cpp b/indra/llui/llui.cpp index ec9220a984..f253857851 100644 --- a/indra/llui/llui.cpp +++ b/indra/llui/llui.cpp @@ -1918,7 +1918,7 @@ namespace LLInitParam declare("blue", LLColor4::blue); } - bool ParamCompare<const LLFontGL*, boost::false_type>::equals(const LLFontGL* a, const LLFontGL* b) + bool ParamCompare<const LLFontGL*, false>::equals(const LLFontGL* a, const LLFontGL* b) { return !(a->getFontDesc() < b->getFontDesc()) && !(b->getFontDesc() < a->getFontDesc()); |