summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-10-07 12:30:15 -0700
committerMerov Linden <merov@lindenlab.com>2010-10-07 12:30:15 -0700
commitd25a30e55b7e6a20173c3a53891489adc5610d72 (patch)
treeedca48be8a02e94926abb5c13b5db153a3d5eb1c /indra/llui
parentac76af0e2d81c777eb1fafbce09a7e60ca73ffbc (diff)
parent7d9ec365cc815fad03c31bfaf9acf5d871c2e11b (diff)
Pull and merge of viewer-beta in viewer-development
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llbutton.cpp b/indra/llui/llbutton.cpp
index f26711065a..65ef3e5f8f 100644
--- a/indra/llui/llbutton.cpp
+++ b/indra/llui/llbutton.cpp
@@ -499,7 +499,7 @@ void LLButton::onMouseEnter(S32 x, S32 y, MASK mask)
if (isInEnabledChain())
mNeedsHighlight = TRUE;
- }
+}
void LLButton::onMouseLeave(S32 x, S32 y, MASK mask)
{