diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-10-13 17:08:00 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-10-13 17:08:00 -0400 |
commit | ded6a78541d9f779b5cbef0d1255588b93d5dce6 (patch) | |
tree | f343cacbfd01888c604b891ceb877b429f50641c /indra/llui/llbutton.cpp | |
parent | fa20a3fe100bd2c99b6fe4c087c79268752a107c (diff) | |
parent | c7c43d83f80dcac8be79cc76c9d9bbf8ff4c8354 (diff) |
Automated merge up from viewer-development
Diffstat (limited to 'indra/llui/llbutton.cpp')
-rw-r--r-- | indra/llui/llbutton.cpp | 2 |
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) { |