aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llmaniptranslate.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llmaniptranslate.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llmaniptranslate.h b/linden/indra/newview/llmaniptranslate.h
index 7784860..53e2a1f 100644
--- a/linden/indra/newview/llmaniptranslate.h
+++ b/linden/indra/newview/llmaniptranslate.h
@@ -4,7 +4,7 @@
4 * 4 *
5 * $LicenseInfo:firstyear=2002&license=viewergpl$ 5 * $LicenseInfo:firstyear=2002&license=viewergpl$
6 * 6 *
7 * Copyright (c) 2002-2008, Linden Research, Inc. 7 * Copyright (c) 2002-2009, Linden Research, Inc.
8 * 8 *
9 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
10 * The source code in this file ("Source Code") is provided by Linden Lab 10 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -55,6 +55,8 @@ public:
55 LLManipTranslate( LLToolComposite* composite ); 55 LLManipTranslate( LLToolComposite* composite );
56 virtual ~LLManipTranslate(); 56 virtual ~LLManipTranslate();
57 57
58 static U32 getGridTexName() ;
59 static void destroyGL();
58 static void restoreGL(); 60 static void restoreGL();
59 virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask); 61 virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask);
60 virtual BOOL handleMouseUp(S32 x, S32 y, MASK mask); 62 virtual BOOL handleMouseUp(S32 x, S32 y, MASK mask);