summaryrefslogtreecommitdiff
path: root/indra/newview/llbottomtray.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-09-07 18:16:46 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-09-07 18:16:46 +0100
commiteb10840623b6f0386a7990ee946cfa5879094fb3 (patch)
treef2673f4a58cf6ed9600c0a2fb31cd84d9916fb30 /indra/newview/llbottomtray.h
parenta30bc718bbeb660e92eb3f70c1ec0364903069a8 (diff)
Fix some build errors.
Diffstat (limited to 'indra/newview/llbottomtray.h')
-rw-r--r--indra/newview/llbottomtray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llbottomtray.h b/indra/newview/llbottomtray.h
index 0973445157..14a29895f5 100644
--- a/indra/newview/llbottomtray.h
+++ b/indra/newview/llbottomtray.h
@@ -63,7 +63,7 @@ public:
/*virtual*/ BOOL handleMouseDown(S32 x, S32 y, MASK mask);
protected:
- LLBottomtrayButton::LLBottomtrayButton(const Params& p)
+ LLBottomtrayButton(const Params& p)
: LLButton(p)
{