diff options
Diffstat (limited to 'linden/indra/newview/llmaniptranslate.h')
-rw-r--r-- | linden/indra/newview/llmaniptranslate.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llmaniptranslate.h b/linden/indra/newview/llmaniptranslate.h index 383f4da..5b1c048 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); |