aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltoolface.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-02-03 15:23:22 +1000
committerDavid Walter Seikel2014-02-03 15:23:22 +1000
commitd056a17f05a1f90708f554651475e116a2ddbd68 (patch)
tree07fa4f1cca2a25548b8d2d6b4752b07d8efbd2ff /linden/indra/newview/lltoolface.h
parentUpdating tree and volume LOD. These go to eleven. (diff)
parentFix up OTR prefs to not crash. (diff)
downloadmeta-impy-next.zip
meta-impy-next.tar.gz
meta-impy-next.tar.bz2
meta-impy-next.tar.xz
Merge branch 'next' of github.com:onefang/meta-impy into nextHEADnext
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lltoolface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/lltoolface.h b/linden/indra/newview/lltoolface.h
index f2b7d23..fc6f7de 100644
--- a/linden/indra/newview/lltoolface.h
+++ b/linden/indra/newview/lltoolface.h
@@ -34,12 +34,13 @@
34#define LL_LLTOOLFACE_H 34#define LL_LLTOOLFACE_H
35 35
36#include "lltool.h" 36#include "lltool.h"
37#include "lltoolcomp.h"
37 38
38class LLViewerObject; 39class LLViewerObject;
39class LLPickInfo; 40class LLPickInfo;
40 41
41class LLToolFace 42class LLToolFace
42: public LLTool, public LLSingleton<LLToolFace> 43: public LLToolComposite, public LLSingleton<LLToolFace>
43{ 44{
44public: 45public:
45 LLToolFace(); 46 LLToolFace();