diff options
author | Karl Steifvater <qarl@lindenlab.com> | 2008-07-22 20:12:37 +0000 |
---|---|---|
committer | Karl Steifvater <qarl@lindenlab.com> | 2008-07-22 20:12:37 +0000 |
commit | df4f20d4f51e41355e876f734527b4245543415c (patch) | |
tree | 36aaf66ddb96b27fb9701764153cd7d17add275a /indra/newview/lltoolface.h | |
parent | 0c0391cc7114bd2e9e4462c40e88814326f61bc2 (diff) |
merge uv-picking branch.
svn merge -r92602:92632 svn+ssh://svn.lindenlab.com/svn/linden/branches/uv-picking-4
Diffstat (limited to 'indra/newview/lltoolface.h')
-rw-r--r-- | indra/newview/lltoolface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/lltoolface.h b/indra/newview/lltoolface.h index f573bfa9c5..113dcc9fbd 100644 --- a/indra/newview/lltoolface.h +++ b/indra/newview/lltoolface.h @@ -35,6 +35,7 @@ #include "lltool.h" class LLViewerObject; +class LLPickInfo; class LLToolFace : public LLTool, public LLSingleton<LLToolFace> @@ -49,7 +50,7 @@ public: virtual void handleDeselect(); virtual void render(); // draw face highlights - static void pickCallback(S32 x, S32 y, MASK mask); + static void pickCallback(const LLPickInfo& pick_info); }; #endif |