diff options
Diffstat (limited to 'indra/newview/llmaniptranslate.h')
-rw-r--r-- | indra/newview/llmaniptranslate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llmaniptranslate.h b/indra/newview/llmaniptranslate.h index cc9053ec65..25ff35cc72 100644 --- a/indra/newview/llmaniptranslate.h +++ b/indra/newview/llmaniptranslate.h @@ -56,6 +56,8 @@ public: LLManipTranslate( LLToolComposite* composite ); virtual ~LLManipTranslate(); + static U32 getGridTexName() ; + static void destroyGL(); static void restoreGL(); virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask); virtual BOOL handleMouseUp(S32 x, S32 y, MASK mask); |