diff options
Diffstat (limited to 'linden/indra/newview/lltoolface.h')
-rw-r--r-- | linden/indra/newview/lltoolface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/lltoolface.h b/linden/indra/newview/lltoolface.h index b16aedc..b9ce9a5 100644 --- a/linden/indra/newview/lltoolface.h +++ b/linden/indra/newview/lltoolface.h | |||
@@ -35,6 +35,7 @@ | |||
35 | #include "lltool.h" | 35 | #include "lltool.h" |
36 | 36 | ||
37 | class LLViewerObject; | 37 | class LLViewerObject; |
38 | class LLPickInfo; | ||
38 | 39 | ||
39 | class LLToolFace | 40 | class LLToolFace |
40 | : public LLTool, public LLSingleton<LLToolFace> | 41 | : public LLTool, public LLSingleton<LLToolFace> |
@@ -49,7 +50,7 @@ public: | |||
49 | virtual void handleDeselect(); | 50 | virtual void handleDeselect(); |
50 | virtual void render(); // draw face highlights | 51 | virtual void render(); // draw face highlights |
51 | 52 | ||
52 | static void pickCallback(S32 x, S32 y, MASK mask); | 53 | static void pickCallback(const LLPickInfo& pick_info); |
53 | }; | 54 | }; |
54 | 55 | ||
55 | #endif | 56 | #endif |